UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

12 lines (11 loc) 411 B
import { Path } from '../../types'; import { ContainerMode } from '../Array'; type PushContainerContext = { path: Path; itemPath: Path; entries?: Array<unknown>; commitHandleRef: React.MutableRefObject<() => void>; switchContainerMode?: (mode: ContainerMode) => void; }; declare const PushContainerContext: import("react").Context<PushContainerContext>; export default PushContainerContext;