UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

6 lines (5 loc) 329 B
import * as React from 'react'; import type { AntTreeNodeProps, TreeLeafIcon, SwitcherIcon } from '../Tree'; export default function renderSwitcherIcon(prefixCls: string, switcherIcon: SwitcherIcon, showLine: boolean | { showLeafIcon: boolean | TreeLeafIcon; } | undefined, treeNodeProps: AntTreeNodeProps): React.ReactNode;