UNPKG

202 BJavaScriptView Raw
1import React from 'react';
2
3/**
4 * AccordionContext
5 * {
6 * toggle: PropTypes.func.isRequired,
7 * openId: PropTypes.string,
8 * }
9 */
10export var AccordionContext = /*#__PURE__*/React.createContext({});
\No newline at end of file