UNPKG

@canard/schema-form

Version:

React-based component library that renders forms based on JSON Schema with plugin system support for validators and UI components

7 lines (6 loc) 282 B
import type { Dictionary } from '../../@aileron/declare'; export interface UserDefinedContext { /** User-defined context, merged with global user-defined context */ context: Dictionary; } export declare const UserDefinedContext: import("react").Context<UserDefinedContext>;