Skip to content

Commit

Permalink
chore(types): fix SetPlatformOptions types
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jan 8, 2021
1 parent 238a911 commit 9396d81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const generateCustomElementsTypesOutput = async (
` raf?: (c: FrameRequestCallback) => number;`,
` ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;`,
` rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;`,
` ce?: (eventName: string, opts?: any) => CustomEvent;`,
`}`,
`export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;`,
``,
Expand Down

0 comments on commit 9396d81

Please sign in to comment.