mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +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> {
|
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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user