UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

7 lines (6 loc) 217 B
export type ExpansionCardContextProps = { open: boolean; toggleOpen: () => void; size: "medium" | "small"; }; export declare const ExpansionCardContext: import("react").Context<ExpansionCardContextProps>;