UNPKG

tdesign-mobile-vue

Version:
1 lines 826 B
{"version":3,"file":"index.mjs","sources":["../../src/form/index.ts"],"sourcesContent":["import _Form from './form';\nimport _FormItem from './form-item';\nimport { withInstall, WithInstallType } 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: WithInstallType<typeof _Form> = withInstall(_Form);\nexport const FormItem: WithInstallType<typeof _FormItem> = withInstall(_FormItem);\nexport default Form;\n"],"names":["Form","withInstall","_Form","FormItem","_FormItem"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWaA,IAAA,GAAsCC,YAAYC,KAAK,EAAA;IACvDC,QAAA,GAA8CF,YAAYG,SAAS;;;;"}