@tomino/dynamic-form-semantic-ui
Version:
Semantic UI form renderer based on dynamic form generation
11 lines (10 loc) • 475 B
TypeScript
import { Theme } from '../common';
export declare const addButton: (theme: Theme) => string;
export declare const controlMargin: string;
export declare const styledTableRow: (theme: Theme) => string;
export declare const celled: (theme: Theme) => string;
export declare const tableRowWithDelete: string;
export declare const tableRowFull: string;
export declare const tableRowAuto: string;
export declare const tableRowFlex: string;
export declare const tableHeader: string;