UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

9 lines (8 loc) 342 B
import type { UseFieldProps } from '../../types'; export type FieldProviderContextProps = { extend: <T = UseFieldProps>(props: T) => T; inheritedProps?: UseFieldProps; inheritedContext?: UseFieldProps; }; declare const FieldProviderContext: import("react").Context<FieldProviderContextProps>; export default FieldProviderContext;