UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

7 lines (6 loc) 264 B
/// <reference types="react" /> import { FormComponentProps } from '@tomino/dynamic-form'; export declare const dot: (view: string) => string; export declare const Binding: (componentProps: FormComponentProps<any, any, any> & { uid: string; }) => JSX.Element;