UNPKG

@mantine/utils

Version:

[![npm](https://img.shields.io/npm/dm/@mantine/utils)](https://www.npmjs.com/package/@mantine/utils)

6 lines 285 B
import React from 'react'; export declare function createSafeContext<ContextValue>(errorMessage: string): readonly [({ children, value }: { value: ContextValue; children: React.ReactNode; }) => JSX.Element, () => ContextValue]; //# sourceMappingURL=create-safe-context.d.ts.map