import InkTabBarNode from './InkTabBarNode'; import TabBarTabsNode from './TabBarTabsNode'; import TabBarRootNode from './TabBarRootNode'; import SaveRef from './SaveRef'; function noop() {} export default { name: 'InkTabBar', functional: true, render(h, context) { const { props, listeners = {} } = context; return ( ( )} /> ); }, };