UNPKG

@kadconsulting/dry

Version:
5 lines (4 loc) 286 B
import { type FC, type Context } from 'react'; import type { LayoutContextValue, LayoutContextProviderProps } from './LayoutProviderTypes'; export declare const LayoutContext: Context<LayoutContextValue | undefined>; export declare const LayoutProvider: FC<LayoutContextProviderProps>;