package.custom_typings.vaadin-usage-statistics.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of component-base Show documentation
Show all versions of component-base Show documentation
Vaadin component base mixins
declare module '@vaadin/vaadin-usage-statistics/vaadin-usage-statistics.js' {
function usageStatistics(): void;
export { usageStatistics };
}