UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

9 lines (8 loc) 296 B
import * as React from 'react'; import { FormComponentProps } from '@tomino/dynamic-form'; export declare const TableComponent: React.FC<FormComponentProps & { uid: string; }>; export declare const TableView: React.FunctionComponent<FormComponentProps<any, any, any> & { uid: string; }>;