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.

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;