first commit
This commit is contained in:
13
frontend/node_modules/antd/lib/tree/utils/iconUtil.d.ts
generated
vendored
Normal file
13
frontend/node_modules/antd/lib/tree/utils/iconUtil.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import * as React from 'react';
|
||||
import type { AntTreeNodeProps, SwitcherIcon, TreeLeafIcon } from '../Tree';
|
||||
interface SwitcherIconProps {
|
||||
prefixCls: string;
|
||||
treeNodeProps: AntTreeNodeProps;
|
||||
switcherIcon?: SwitcherIcon;
|
||||
switcherLoadingIcon?: React.ReactNode;
|
||||
showLine?: boolean | {
|
||||
showLeafIcon: boolean | TreeLeafIcon;
|
||||
};
|
||||
}
|
||||
declare const SwitcherIconCom: React.FC<SwitcherIconProps>;
|
||||
export default SwitcherIconCom;
|
||||
Reference in New Issue
Block a user