Skip to content

Commit

Permalink
fix(flow): add event listener methods to Instance (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense authored and FezVrasta committed Aug 3, 2018
1 parent 10ba2e9 commit 8cff620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/popper/index.js.flow
Expand Up @@ -126,6 +126,8 @@ declare module 'popper.js' {
destroy: () => void,
scheduleUpdate: () => void,
update: () => void,
enableEventListeners: () => void,
disableEventListeners: () => void,
};

declare class Popper {
Expand Down

0 comments on commit 8cff620

Please sign in to comment.