ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface HelpTooltipProps

    HelpTooltipProps interface for help tooltip component

    interface HelpTooltipProps {
        text: string;
        children: ReactElement<{ className?: string }>;
        delay?: number;
        duration?: number;
    }
    Index

    Properties

    text: string

    Tooltip text content

    children: ReactElement<{ className?: string }>

    Child element to attach tooltip to

    delay?: number

    Delay before showing tooltip in milliseconds

    duration?: number

    Duration to show tooltip in milliseconds