UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

10 lines (9 loc) 237 B
import * as React from 'react'; import { SignatureType } from '../../common'; declare type Props = { value: SignatureType; font: string; readonly: boolean; }; export declare const SignedSignature: React.FC<Props>; export {};