UNPKG

@metacell/geppetto-meta-ui

Version:

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

15 lines (14 loc) 468 B
export default class ConnectivityToolbar extends React.Component<any, any, any> { constructor(props: any); getCustomButtons(): { icon: any; id: string; tooltip: string; action: () => any; }[]; getCustomElements(): import("react/jsx-runtime").JSX.Element[]; deck: ConnectivityDeck; render(): import("react/jsx-runtime").JSX.Element; } import React from "react"; import ConnectivityDeck from "./ConnectivityDeck";