UNPKG

@amsterdam/design-system-react

Version:

All React components from the Amsterdam Design System. Use it to compose pages in your website or application.

12 lines (11 loc) 304 B
/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ type TableOfContentsContextValue = { collapsible: boolean; hideAccessibleLabel: string; showAccessibleLabel: string; }; export declare const TableOfContentsContext: import("react").Context<TableOfContentsContextValue>; export {};