Files
icehrm/web/node_modules/antd/lib/tree/utils/iconUtil.d.ts
2020-05-20 18:47:29 +02:00

4 lines
275 B
TypeScript

import React from 'react';
import { AntTreeNodeProps } from '../Tree';
export default function renderSwitcherIcon(prefixCls: string, switcherIcon: React.ReactNode | null | undefined, showLine: boolean | undefined, { isLeaf, expanded, loading }: AntTreeNodeProps): {} | null;