UNPKG

survey-creator-core

Version:

A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.

10 lines (9 loc) 525 B
import { JsonObjectProperty } from "survey-core"; export declare const DefaultFonts: string[]; export declare function updateFontSettingsJSON(): void; export declare function fontsettingsToCssVariable(value: any, property: JsonObjectProperty, themeCssVariables: { [index: string]: string; }): void; export declare function fontsettingsFromCssVariable(property: JsonObjectProperty, themeCssVariables: { [index: string]: string; }, defaultColorVariableName?: string, defaultPlaceholderColorVariableName?: string): any;