mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
ts: Extend ListItemProps from native div element attributes, close #14171
This commit is contained in:
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…
Reference in New Issue
Block a user