{"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 } 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 = withInstall(_TabBar);\nexport const TabBarItem = withInstall(_TabBarItem);\nexport default TabBar;\n"],"names":["TabBar","withInstall","_TabBar","TabBarItem","_TabBarItem"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWaA,MAAA,GAASC,YAAYC,OAAO,EAAA;IAC5BC,UAAA,GAAaF,YAAYG,WAAW;;;;"}