UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

15 lines (14 loc) 560 B
import { Theme } from '../common'; export declare const selected: string; export declare const borderHandler: string; export declare const cellContent: string; export declare const cellStyle: string; export declare const containerWrapper: string; export declare const containerLabelBase: string; export declare const containerLabelRight: string; export declare const containerLabelLeft: string; export declare const containerBorder: (theme: Theme) => string; export declare const caret: string; export declare const hoverStates: { [index: string]: any; };