UNPKG

@metacell/geppetto-meta-ui

Version:

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

17 lines (16 loc) 398 B
export default ConnectivityDeck; declare class ConnectivityDeck extends React.Component<any, any, any> { constructor(props: any); state: { open: boolean; }; deck: { title: string; subtitle: string; handler: any; disabled: boolean; img: any; }[]; render(): import("react/jsx-runtime").JSX.Element; } import React from "react";