Skip to content

Commit

Permalink
fix ts type
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong committed Jan 11, 2021
1 parent 5823e6c commit 7482f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IDrawerPropTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ export interface IDrawerChildProps extends IProps {
getContainer?: () => HTMLElement;
getOpenCount?: () => number;
scrollLocker?: ScrollLocker;
switchScrollingEffect: () => void;
switchScrollingEffect?: () => void;
}

0 comments on commit 7482f68

Please sign in to comment.