xdesign-vue-next
Version:
XDesign Component for vue-next
1 lines • 675 B
Source Map (JSON)
{"version":3,"file":"index.mjs","sources":["../../src/tag/index.ts"],"sourcesContent":["import _Tag from './tag';\nimport _CheckTag from './check-tag';\nimport withInstall from '../utils/withInstall';\nimport { TdTagProps, TdCheckTagProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type TagProps = TdTagProps;\nexport type CheckTagProps = TdCheckTagProps;\n\nexport const Tag = withInstall(_Tag);\nexport const CheckTag = withInstall(_CheckTag);\n\nexport default Tag;\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWO,IAAA,GAAA,GAAA,WAAA,CAAA,IAAA,EAAA;AACA,IAAA,QAAA,GAAA,WAAA,CAAA,SAAA;;;;"}