mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-24 15:38:45 +08:00
fix tsc compile error
This commit is contained in:
parent
da1bfba781
commit
d04f9161db
@ -19,7 +19,7 @@ export interface CardProps {
|
||||
}
|
||||
|
||||
export default class Card extends Component<CardProps, any> {
|
||||
static Grid = Grid;
|
||||
static Grid: typeof Grid = Grid;
|
||||
container: any;
|
||||
resizeEvent: any;
|
||||
state = {
|
||||
|
Loading…
Reference in New Issue
Block a user