UNPKG

tdesign-mobile-vue

Version:
1 lines 826 B
{"version":3,"file":"index.mjs","sources":["../../src/tabs/index.ts"],"sourcesContent":["import _Tabs from './tabs';\nimport _TabPanel from './tab-panel';\nimport { withInstall, WithInstallType } from '../shared';\n\nimport './style';\nimport { TdTabPanelProps, TdTabsProps } from './type';\n\nexport * from './type';\nexport type TabsProps = TdTabsProps;\nexport type TabPanelProps = TdTabPanelProps;\n\nexport const Tabs: WithInstallType<typeof _Tabs> = withInstall(_Tabs);\nexport const TabPanel: WithInstallType<typeof _TabPanel> = withInstall(_TabPanel);\nexport default Tabs;\n"],"names":["Tabs","withInstall","_Tabs","TabPanel","_TabPanel"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWaA,IAAA,GAAsCC,YAAYC,KAAK,EAAA;IACvDC,QAAA,GAA8CF,YAAYG,SAAS;;;;"}