component-basepackage.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 vaadin-webcomponents Show documentation
Show all versions of vaadin-webcomponents Show documentation
Mvnpm composite: Vaadin webcomponents
The newest version!
declare module '@vaadin/vaadin-usage-statistics/vaadin-usage-statistics.js' {
function usageStatistics(): void;
export { usageStatistics };
}