UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

9 lines (8 loc) 305 B
import * as React from 'react'; import { FormComponentProps } from '@tomino/dynamic-form'; export declare class Map extends React.Component<FormComponentProps> { static contextType: React.Context<import("..").EditorState>; onClear: () => void; addRow: () => void; render(): JSX.Element; }