UNPKG

primereact

Version:

A rich set of premium UI Components for React.

8 lines (7 loc) 364 B
export interface OrganizationChartToggleContextValue { isExpanded: boolean; } export declare const OrganizationChartToggleProvider: ({ value, children }: { value: OrganizationChartToggleContextValue; children: React.ReactNode; }) => import("react").JSX.Element, useOrganizationChartToggleContext: () => OrganizationChartToggleContextValue | undefined;