Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • ..
  • src
  • src
  • helper.ts
  • Merge branch 'ww' into 'main_dev' ...
    a1c53226
    feat: 新增动态接口功能, Icon组件
    
    See merge request yunteng/thingskit-view!17
    
    (cherry picked from commit 30398d61)
    
    b3bfc357 feat: 新增动态接口功能, Icon组件
    xp.Huang authored
    2023-04-10 10:01:26 +0800  
    Browse Files »
helper.ts 143 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
import { FormComponentTypeEnum } from './types'

const DATE_TYPE = [FormComponentTypeEnum.DATE_PICKER]


export const dateItemType = DATE_TYPE