UNPKG

tdesign-mobile-vue

Version:
1 lines 806 B
{"version":3,"file":"index.mjs","sources":["../../src/tag/index.ts"],"sourcesContent":["import _Tag from './tag';\nimport _CheckTag from './check-tag';\nimport { withInstall, WithInstallType } from '../shared';\nimport { TdCheckTagProps, TdTagProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type CheckTagProps = TdCheckTagProps;\nexport type TagProps = TdTagProps;\n\nexport const Tag: WithInstallType<typeof _Tag> = withInstall(_Tag);\nexport const CheckTag: WithInstallType<typeof _CheckTag> = withInstall(_CheckTag);\nexport default Tag;\n"],"names":["Tag","withInstall","_Tag","CheckTag","_CheckTag"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWaA,GAAA,GAAoCC,YAAYC,IAAI,EAAA;IACpDC,QAAA,GAA8CF,YAAYG,SAAS;;;;"}