UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

6 lines (5 loc) 277 B
import React from 'react'; import { FormComponentProps, EditorComponent } from '@tomino/dynamic-form'; import { FlexProps } from './flex_view'; export declare const FlexEditorComponent: React.FC<FormComponentProps<FlexProps>>; export declare const FlexEditor: EditorComponent;