UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

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