UNPKG

@intuitionrobotics/thunderstorm

Version:
9 lines (8 loc) 216 B
import * as React from "react"; export declare const ActionButton: (props: { action: string | (() => void); icon: string; classCss?: string | { [key: string]: any; }; }) => React.JSX.Element;