UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

4 lines (3 loc) 187 B
/// <reference types="react" /> import { FormComponentProps } from '@tomino/dynamic-form'; export declare const Input: (componentProps: FormComponentProps<any, any, any>) => JSX.Element;