UNPKG

@metacell/geppetto-meta-ui

Version:

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

8 lines (7 loc) 216 B
export default BaseIconComponent; declare function BaseIconComponent({ icon, action, color, tooltip }: { icon: any; action: any; color: any; tooltip: any; }): import("react/jsx-runtime").JSX.Element;