Props: {
    efx?: Function;
    focusEl?: HTMLElement | string;
    items?: Iterable<TJSMenuItemData>;
    keyCode?: string;
    menu?: TJSMenuData;
    offset?: {
        x?: number;
        y?: number;
    };
    styles?: {
        [key: string]: string | null;
    };
    transitionOptions?: {
        duration: number;
        easing: Function;
    };
}

Props type alias for associated component.