Skip to content

Commit

Permalink
fix(types): expose types of WDI5Control via wdi5.types.ts (#547)
Browse files Browse the repository at this point in the history
closes #544
  • Loading branch information
LukasHeimann authored Sep 25, 2023
1 parent b3b4db3 commit 9b1bcef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/wdi5.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,5 @@ export interface wdi5Bridge extends Window {
}
}
}

export type { WDI5Control as wdi5Control } from "../lib/wdi5-control"

0 comments on commit 9b1bcef

Please sign in to comment.