@metacell/geppetto-meta-ui
Version:
React components from geppetto-meta to create neuroscience applications and visualize data.
18 lines (17 loc) • 539 B
TypeScript
export default MenuSection;
declare class MenuSection extends React.Component<any, any, any> {
constructor(props: any);
state: {
anchorEl: any;
customList: any;
hover: boolean;
};
handleOut: (event: any) => void;
handleOver: (event: any) => void;
handleClick: (event: any) => void;
handleAwayListener: (event: any) => void;
tempList: any;
UNSAFE_componentWillReceiveProps(nextProps: any): void;
render(): import("react/jsx-runtime").JSX.Element;
}
import React from "react";