Anchorage API reference
    Preparing search index...
    interface InfoTipProps {
        label: ReactNode;
        tip: string;
    }
    Index

    Properties

    Properties

    label: ReactNode

    The visible content the tip explains (a term, a value, a header).

    tip: string

    Plain-text explanation, shown on hover/focus.