@theoplayer/react-ui
    Preparing search index...

    Interface CommonMenuProps

    interface CommonMenuProps {
        children?: ReactNode;
        heading?: ReactNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    children?: ReactNode

    The menu's contents.

    heading?: ReactNode

    A slot for the menu's heading.