UNPKG

133 BJavaScriptView Raw
1import React from 'react';
2var context = React.createContext(null);
3context.displayName = 'AccordionContext';
4export default context;
\No newline at end of file