UNPKG

@dossierhq/design

Version:

The design system for Dossier.

3 lines (2 loc) 127 B
import { type Context } from 'react'; export declare function createClientContext<T>(defaultValue: T | undefined): Context<T>;