All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.frontend.vaadin-dev-tools.theme-editor.preview.d.ts Maven / Gradle / Ivy

declare class ThemePreview {
    private _stylesheet?;
    private _localClassNameMap;
    get stylesheet(): CSSStyleSheet;
    add(css: string): void;
    clear(): void;
    previewLocalClassName(element?: HTMLElement, className?: string): void;
    private ensureStylesheet;
}
export declare const themePreview: ThemePreview;
export {};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy