UNPKG

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