UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

12 lines (11 loc) 317 B
/// <reference types="react" /> import { FormComponentProps } from '@tomino/dynamic-form'; declare type Props = { items: { label: string; source: string; type: string; }[]; }; export declare const Tuple: (componentProps: FormComponentProps<Props, any, any>) => JSX.Element; export {};