UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

11 lines (10 loc) 305 B
import React from 'react'; import { FormComponentProps } from '@tomino/dynamic-form'; export declare type Props = { theme: any; height: string; parseHandler: string; allowCustomTypes: boolean; source: string; }; export declare const DatasetEditor: React.FC<FormComponentProps<Props>>;