Fix all type errors
This commit is contained in:
parent
050d32e2ad
commit
cfe8897f2a
3 changed files with 13 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// @flow
|
||||
import React from "react";
|
||||
import * as React from "react";
|
||||
|
||||
import withStyles from "material-ui/styles/withStyles";
|
||||
import Drawer from "material-ui/Drawer";
|
||||
|
|
@ -14,7 +14,8 @@ export type SideBarProps = {
|
|||
control: ?Control,
|
||||
open: boolean,
|
||||
onCloseRequest: () => void,
|
||||
icon?: ?string
|
||||
icon?: ?string,
|
||||
children?: React.Node
|
||||
};
|
||||
|
||||
export type SideBarState = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue