UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

9 lines (8 loc) 411 B
import { FormElement } from '@tomino/dynamic-form'; export declare const defaultForm: FormElement; export declare const defaultFormElement: FormElement; export declare const create: { grid(form?: Partial<FormElement<any, any>>): FormElement<any, any>; stack(form?: Partial<FormElement<any, any>>): FormElement<any, any>; formElement(form?: Partial<FormElement<any, any>>): FormElement<any, any>; };