UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

6 lines (5 loc) 195 B
export type ToolbarContextState = { setShowError?: (showError: boolean) => void; }; declare const ToolbarContext: import("react").Context<ToolbarContextState>; export default ToolbarContext;