Skip to content

Commit

Permalink
fix(Drawer): tsd. close #2138
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed Dec 2, 2017
1 parent 8da2394 commit 924b9f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/drawer/PropsType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export interface DrawerWebProps extends DrawerProps {
touch?: boolean;
dragToggleDistance?: number;
prefixCls?: string;
className?: string;
style?: Object;
}

export interface DrawerNativeProps extends DrawerProps {
Expand Down

0 comments on commit 924b9f6

Please sign in to comment.