Variable MouselessButtonConst
MouselessButton: MemoExoticComponent<
(
__namedParameters: {
auto_element?: boolean;
autoel_props?: Partial<
{
children: ReactNode;
no_animate?: boolean;
ref?: Ref<HTMLDivElement>;
style?: CSSProperties;
title?: string;
use_textcolor?: boolean;
},
>;
children: ReactNode;
className?: string;
is_activated: boolean;
ref?: Ref<HTMLDivElement>;
},
) => Element,
> = ...
这个组件用来包裹一个AutoIconButton,为其提供Mouseless支持。