UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

5 lines (4 loc) 226 B
import * as React from 'react'; import { FormComponentProps, FormComponent } from '@tomino/dynamic-form'; export declare const TextAreaComponent: React.FC<FormComponentProps>; export declare const TextAreaView: FormComponent;