UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

8 lines (7 loc) 229 B
import * as React from 'react'; import { FormComponentProps } from '@tomino/dynamic-form'; declare type Props = { allowComment: boolean; }; export declare const SignatureRoot: React.FC<FormComponentProps & Props>; export {};