wetrade-design
Version:
一款多语言支持Vue3的UI框架
9 lines (8 loc) • 335 B
TypeScript
import type { AntTreeNodeProps } from '../Tree';
export interface SwitcherIconProps extends AntTreeNodeProps {
expanded: boolean;
loading: boolean;
}
export default function renderSwitcherIcon(prefixCls: string, switcherIcon: any, showLine: boolean | {
showLeafIcon: boolean;
} | undefined, props: SwitcherIconProps): any;