Idea React
    Preparing search index...

    Interface OverlayBoxProps

    interface OverlayBoxProps {
        detail?: ReactNode;
        title: ReactNode;
    }

    Hierarchy

    • Omit<OverlayTriggerProps, "overlay">
      • OverlayBoxProps
    Index

    Properties

    Properties

    detail?: ReactNode
    title: ReactNode