UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

6 lines (5 loc) 264 B
import * as React from 'react'; import { SegmentProps } from 'semantic-ui-react'; import { FormComponentProps } from '@tomino/dynamic-form'; export declare const controlProps: string[]; export declare const SegmentView: React.FC<FormComponentProps<SegmentProps>>;