fix tsc compile error

This commit is contained in:
afc163 2017-07-14 11:55:00 +08:00
parent da1bfba781
commit d04f9161db

View File

@ -19,7 +19,7 @@ export interface CardProps {
} }
export default class Card extends Component<CardProps, any> { export default class Card extends Component<CardProps, any> {
static Grid = Grid; static Grid: typeof Grid = Grid;
container: any; container: any;
resizeEvent: any; resizeEvent: any;
state = { state = {