UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

6 lines (5 loc) 267 B
import React from 'react'; export declare function createOptionalContext<ContextValue>(initialValue?: ContextValue | null): readonly [({ children, value }: { value: ContextValue; children: React.ReactNode; }) => React.JSX.Element, () => ContextValue | null];