Skip to content

Commit

Permalink
Merge pull request #44 from yudppp/feature/fix_types_props
Browse files Browse the repository at this point in the history
Fixed types props
  • Loading branch information
1000ch authored Nov 8, 2018
2 parents ad84252 + 01ab7b0 commit aeef1aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions type/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import * as React from 'react';
declare namespace ViewportObserver {
export interface Props {
tagName?: string;
display?: string;
onChange?: (entry: IntersectionObserverEntry) => void;
onEnter?: () => void;
onLeave?: () => void;
Expand Down

0 comments on commit aeef1aa

Please sign in to comment.