UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

5 lines (4 loc) 325 B
import type { AccordionPanelProps } from "./AccordionPanel"; export type AccordionPanelContextValue = Omit<AccordionPanelProps, "children">; export declare const AccordionPanelContext: import("react").Context<AccordionPanelContextValue | undefined>; export declare function useAccordionContext(): AccordionPanelContextValue;