UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

9 lines (8 loc) 296 B
type Unsubscribe = () => void; type ContextValues = { subscribe: (closeMethod: () => void) => Unsubscribe; announceOpening: () => void; }; export declare const AccordionContext: import("react").Context<ContextValues>; declare const _default: () => ContextValues; export default _default;