UNPKG

141 BJavaScriptView Raw
1import React from 'react';
2
3/**
4 * TabContext
5 * {
6 * activeTabId: PropTypes.any
7 * }
8 */
9export const TabContext = React.createContext({});
\No newline at end of file