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

META-INF.frontend.vaadin-dev-tools.License.d.ts Maven / Gradle / Ivy

There is a newer version: 24.6.2
Show newest version
export interface Product {
    name: string;
    version: string;
}
export interface ProductAndMessage {
    message: string;
    messageHtml?: string;
    product: Product;
}
export declare const findAll: (element: Element | ShadowRoot | Document, tags: string[]) => Element[];
export declare const licenseCheckOk: (data: Product) => void;
export declare const licenseCheckFailed: (data: ProductAndMessage) => void;
export declare const licenseCheckNoKey: (data: ProductAndMessage) => void;
export declare const licenseInit: () => void;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy