UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

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