UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

9 lines (8 loc) 258 B
interface PeriodContextProps { periodId: string; firstFocus: boolean; restProps?: any; } export declare const PeriodContext: import("react").Context<PeriodContextProps>; export declare const usePeriodContext: () => PeriodContextProps; export {};