UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

9 lines (8 loc) 271 B
export type ToolbarContextState = { setShowError: (showError: boolean) => void; onEdit?: () => void; onDone?: () => void; onCancel?: () => void; }; declare const ToolbarContext: import("react").Context<ToolbarContextState>; export default ToolbarContext;