UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

8 lines (7 loc) 261 B
import { ListProps } from "./List.types"; interface ListContextProps { listType: Exclude<ListProps["as"], undefined>; size: Exclude<ListProps["size"], undefined>; } export declare const ListContext: import("react").Context<ListContextProps>; export {};