UNPKG

survey-creator-core

Version:

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

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; }