UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

10 lines (9 loc) 289 B
import React from 'react'; import { EditorState } from './editor_state'; declare global { namespace DynamicForm { type EditorContextType = EditorState; } } export declare type EditorContextType = EditorState; export declare const EditorContext: React.Context<EditorState>;