@jsonforms/vanilla-renderers
Version:
Default Renderer Set for JSON Forms
5 lines (4 loc) • 327 B
TypeScript
import { StyleDef } from '../styles';
export declare const findStyle: (styles: StyleDef[]) => (style: string, ...args: any[]) => string[];
export declare const findStyleAsClassName: (styles: StyleDef[]) => (style: string, ...args: any[]) => string;
export declare const stylingReducer: (state: StyleDef[], action: any) => any;