UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

5 lines (4 loc) 262 B
export declare function createOptionalContext<ContextValue>(initialValue?: ContextValue | null): readonly [({ children, value }: { value: ContextValue; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element, () => ContextValue | null];