UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

4 lines (3 loc) 170 B
/// <reference types="react" /> import { Theme } from '../common'; export declare const styleComponent: (style: (theme: Theme) => string) => (props: any) => JSX.Element;