UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

8 lines (7 loc) 210 B
import { FormElement } from '@tomino/dynamic-form'; export declare const Cache: { _cachedProps: { [index: string]: string[]; }; cachedPropNames(element: FormElement<any, any>): string[]; };