UNPKG

tdesign-mobile-vue

Version:
1 lines 834 B
{"version":3,"file":"index.mjs","sources":["../../src/tab-bar/index.ts"],"sourcesContent":["import _TabBar from './tab-bar';\nimport _TabBarItem from './tab-bar-item';\nimport { withInstall, WithInstallType } from '../shared';\nimport { TdTabBarProps, TdTabBarItemProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type TabBarProps = TdTabBarProps;\nexport type TabBarItemProps = TdTabBarItemProps;\n\nexport const TabBar: WithInstallType<typeof _TabBar> = withInstall(_TabBar);\nexport const TabBarItem: WithInstallType<typeof _TabBarItem> = withInstall(_TabBarItem);\nexport default TabBar;\n"],"names":["TabBar","withInstall","_TabBar","TabBarItem","_TabBarItem"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWaA,MAAA,GAA0CC,YAAYC,OAAO,EAAA;IAC7DC,UAAA,GAAkDF,YAAYG,WAAW;;;;"}