UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

8 lines (7 loc) 260 B
export interface SearchContextProps { disabled?: boolean; size: "medium" | "small"; variant: "primary" | "secondary" | "simple"; handleClick: () => void; } export declare const SearchContext: import("react").Context<SearchContextProps | null>;