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

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

There is a newer version: 24.6.2
Show newest version
import { ComponentTheme } from './model';
import { ComponentMetadata } from './metadata/model';
import { ComponentReference } from '../component-util';
export declare function detectTheme(metadata: ComponentMetadata): Promise;
export declare function detectElementDisplayName(component: ComponentReference): string | null;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy