Skip to content

Commit eb57a47

Browse files
authored
Merge pull request #350 from shep1987/patch-1
Fix ts definition
2 parents cc25446 + 741fd9f commit eb57a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/powerbi-client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ declare module "embed" {
207207
/**
208208
* Handler function for the 'ready' event
209209
*/
210-
frontLoadHandler: (HTMLElement) => any;
210+
frontLoadHandler: (element: HTMLElement) => any;
211211
/**
212212
* Creates an instance of Embed.
213213
*

0 commit comments

Comments
 (0)