UNPKG

survey-creator-core

Version:

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

9 lines (8 loc) 536 B
import { JsonObjectProperty } from "survey-core"; export declare function updateBackgroundCornerRadiusJSON(): void; export declare function backgroundCornerRadiusToCssVariable(value: any, property: JsonObjectProperty, themeCssVariables: { [index: string]: string; }): void; export declare function backgroundCornerRadiusFromCssVariable(property: JsonObjectProperty, themeCssVariables: { [index: string]: string; }, defaultBackcolorVariableName: string, defaultHovercolorVariableName: string, defaultCornerRadius?: number): any;