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.
6 lines (5 loc) • 332 B
TypeScript
export declare function updateShadowEffectsJSON(): void;
export declare function createBoxShadow(value: Array<any>): string;
export declare function createBoxShadowReset(value: string): string;
export declare function parseBoxShadow(value?: string): Array<Object>;
export declare function trimBoxShadowValue(value: string): string;