UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

2 lines (1 loc) 175 B
export declare function createSafeContext<ContextValue>(errorMessage: string): readonly [import("react").Context<ContextValue | null>, () => ContextValue & ({} | undefined)];