UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

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