chore: update ant-design dependencies and add new icon types
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import * as React from 'react';
|
||||
import type { InternalDescriptionsItemType } from '.';
|
||||
export interface RowProps {
|
||||
prefixCls: string;
|
||||
vertical: boolean;
|
||||
row: InternalDescriptionsItemType[];
|
||||
bordered?: boolean;
|
||||
colon: boolean;
|
||||
index: number;
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
declare const Row: React.FC<RowProps>;
|
||||
export default Row;
|
||||
Reference in New Issue
Block a user