UNPKG

@metacell/geppetto-meta-ui

Version:

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

13 lines (12 loc) 264 B
export class Force { draw(context: any): void; getLegends(context: any): { id: string; colorScale: any; title: string; }[]; getName(): string; hasTooltip(): boolean; hasToggle(): boolean; hasSelect(): boolean; }