8 lines
177 B
TypeScript
8 lines
177 B
TypeScript
import { installable } from '../utils';
|
|
import _TabbarItem from './TabbarItem';
|
|
|
|
const TabbarItem = installable(_TabbarItem);
|
|
|
|
export default TabbarItem;
|
|
export { TabbarItem };
|