UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

8 lines (7 loc) 280 B
import React from 'react'; import { EditorComponent, FormComponentProps } from '@tomino/dynamic-form'; export declare type FormProps = { text: string; }; export declare const FormEditorComponent: React.FC<FormComponentProps>; export declare const FormEditor: EditorComponent;