import React from 'react'; import { TabContextValue } from './interface'; const TabsContext = React.createContext({}); export default TabsContext;