Skip to content

Commit

Permalink
fix: CardGridProps should expose Div Properties like onClick ant-desi…
Browse files Browse the repository at this point in the history
…gn#33264 (ant-design#33563)

Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
  • Loading branch information
2 people authored and Amour1688 committed Jan 30, 2022
1 parent 8411d5a commit eb7ce61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/card/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import classNames from 'classnames';
import { ConfigConsumer, ConfigConsumerProps } from '../config-provider';

export interface CardGridProps {
export interface CardGridProps extends React.HTMLAttributes<HTMLDivElement> {
prefixCls?: string;
className?: string;
hoverable?: boolean;
Expand Down

0 comments on commit eb7ce61

Please sign in to comment.