Skip to content

Commit

Permalink
build: fix typedef errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pheekus committed Dec 19, 2024
1 parent 8b4623b commit f5a5a7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ambient.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
declare module '@vaadin/vaadin-overlay/src/vaadin-overlay-position-mixin';

declare module 'highlight.js/lib/languages/xml.js';
declare module 'highlight.js/lib/core.js';
declare module 'uainfer/src/uainfer.js' {
function analyze(ua: string): { toString: () => string };
function scan(ua: string): { name: string; version: string }[];
Expand Down

0 comments on commit f5a5a7a

Please sign in to comment.