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.

11 lines (10 loc) 344 B
export declare class CreatorStylesManager { private static SurveyJSCreatorStylesSheetId; static Enabled: boolean; static findSheet(styleSheetId: string): any; static createSheet(styleSheetId: string): any; static insertStylesRulesIntoDocument(rules: Array<{ selector: string; styles: string; }>): any; }