4 lines
275 B
TypeScript
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;
|