Skip to content

Commit

Permalink
fix: List.Item typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
hengkx committed May 7, 2022
1 parent 5d2475a commit fd26585
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/list/Item.tsx
Expand Up @@ -9,7 +9,7 @@ import type {
ReactNode,
} from 'react';
import classNames from 'classnames';
import { ListGridType, ListContext } from './index';
import { ListContext } from './index';
import { Col } from '../grid';
import { ConfigContext } from '../config-provider';
import { cloneElement } from '../_util/reactNode';
Expand All @@ -21,7 +21,6 @@ export interface ListItemProps extends HTMLAttributes<HTMLDivElement> {
style?: CSSProperties;
extra?: ReactNode;
actions?: ReactNode[];
grid?: ListGridType;
colStyle?: CSSProperties;
}

Expand Down

0 comments on commit fd26585

Please sign in to comment.