UNPKG

survey-creator-core

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

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;