UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

1 lines 702 B
{"version":3,"file":"index.mjs","sources":["../../src/tabs/index.ts"],"sourcesContent":["import _Tabs from './tabs';\nimport _TabPanel from './tab-panel';\nimport withInstall from '../utils/withInstall';\nimport { TdTabsProps, TdTabPanelProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type TabsProps = TdTabsProps;\nexport type TabPanelProps = TdTabPanelProps;\n\nexport const Tabs = withInstall(_Tabs);\nexport const TabPanel = withInstall(_TabPanel);\nexport default Tabs;\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWO,IAAA,IAAA,GAAA,WAAA,CAAA,KAAA,EAAA;AACA,IAAA,QAAA,GAAA,WAAA,CAAA,SAAA;;;;"}