UNPKG

@metacell/geppetto-meta-ui

Version:

React components from geppetto-meta to create neuroscience applications and visualize data.

16 lines (15 loc) 532 B
export default MenuSingleItem; declare class MenuSingleItem extends React.Component<any, any, any> { constructor(props: any); state: { anchorEl: any; subMenuOpened: boolean; sectionOpened: any; }; handleClick: (event: any, action: any) => void; handleMouseOver: (event: any, index: any) => void; renderArrow(): any; renderMenuItem(item: any, index: any): import("react/jsx-runtime").JSX.Element; render(): import("react/jsx-runtime").JSX.Element; } import React from "react";