chore: update ant-design dependencies and add new icon types
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import * as React from 'react';
|
||||
import type { ListProps, ListRef } from './List';
|
||||
declare const List: <Item = any>(props: React.PropsWithChildren<ListProps<Item>> & {
|
||||
ref?: React.Ref<ListRef>;
|
||||
}) => React.ReactElement;
|
||||
export default List;
|
||||
Reference in New Issue
Block a user