ts: Extend ListItemProps from native div element attributes, close #14171

pull/14292/head
诸岳 6 years ago committed by 偏右
parent a075c90321
commit 00102d4278

@ -5,7 +5,7 @@ import { ListGridType, ColumnType } from './index';
import { Col } from '../grid';
import { ConfigConsumer, ConfigConsumerProps } from '../config-provider';
export interface ListItemProps {
export interface ListItemProps extends React.HTMLAttributes<HTMLDivElement> {
className?: string;
children?: React.ReactNode;
prefixCls?: string;

Loading…
Cancel
Save