CallioText API Reference - v0.0.22
    Preparing search index...

    Variable MouselessHintConst

    MouselessHint: MemoExoticComponent<
        (
            __namedParameters: {
                ctrl_key: KeyName | KeyName[];
                get_anchor_el: () => HTMLDivElement | null;
                info?: string;
                keys: KeyName[];
                placement?: Placement;
                with_portal?: boolean;
            },
        ) => Element,
    > = ...