@thepalaceproject/circulation-admin
    Preparing search index...

    Interface ToolTipProps

    interface ToolTipProps {
        direction?: string;
        text: string;
        trigger: Element;
    }
    Index

    Properties

    direction?: string
    text: string
    trigger: Element