Variable AutoIconButtonConst
AutoIconButton: MemoExoticComponent<
(
__namedParameters: {
activate?: boolean;
component?: "button" | "span";
icon?: ComponentType<{}>;
icon_props?: IconButtonProps;
ignore_mouseless?: boolean;
onClick?: MouseEventHandler<HTMLButtonElement>;
size?: "small" | "very-small" | "large" | "medium";
title?: string;
},
) => Element,
> = ...
这个函数是一个语法糖,用于自动创建带tooltip的按钮。