tdesign-mobile-vue
Version:
tdesign-mobile-vue
1 lines • 697 B
Source Map (JSON)
{"version":3,"file":"index.mjs","sources":["../../src/form/index.ts"],"sourcesContent":["import _Form from './form';\nimport _FormItem from './form-item';\nimport { withInstall } from '../shared';\nimport { TdFormProps, TdFormItemProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type FormProps = TdFormProps;\nexport type FormItemProps = TdFormItemProps;\n\nexport const Form = withInstall(_Form);\nexport const FormItem = withInstall(_FormItem);\nexport default Form;\n"],"names":["Form","withInstall","_Form","FormItem","_FormItem"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWaA,IAAA,GAAOC,YAAYC,KAAK,EAAA;IACxBC,QAAA,GAAWF,YAAYG,SAAS;;;;"}