antd
Version:
An enterprise-class UI design language and React components implementation
6 lines (5 loc) • 318 B
TypeScript
import * as React from 'react';
import type { AntTreeNodeProps, TreeLeafIcon, SwitcherIcon } from '../Tree';
export default function renderSwitcherIcon(prefixCls: string, switcherIcon: SwitcherIcon, treeNodeProps: AntTreeNodeProps, showLine?: boolean | {
showLeafIcon: boolean | TreeLeafIcon;
}): React.ReactNode;