UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

7 lines (6 loc) 391 B
import * as React from 'react'; import { FormComponentProps, EditorComponent } from '@tomino/dynamic-form'; import { GridChildProps, GridProps } from './grid_view'; import { LayoutProps } from '../editor/layouts_common_editor'; export declare const GridEditorComponent: React.FC<FormComponentProps<GridProps, GridChildProps> & LayoutProps>; export declare const GridEditor: EditorComponent;