Lint react-* packages (#15526)

This commit is contained in:
Andy
2017-03-30 14:11:46 -07:00
committed by GitHub
parent 4fd2d7547c
commit 3d13ec5399
41 changed files with 575 additions and 614 deletions

View File

@@ -9,7 +9,7 @@ export interface SidebarProps {
contentClassName?: string;
docked?: boolean;
dragToggleDistance?: number;
onSetOpen?: () => {};
onSetOpen?(): {};
open?: boolean;
overlayClassName?: string;
pullRight?: boolean;