UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

8 lines (7 loc) 282 B
import { default as React } from 'react'; import { ChopLogicButtonProps } from '../../../models'; declare const ChopLogicButton: React.FC<ChopLogicButtonProps & { tooltip?: string; visibleOn?: "hover" | "click" | "focus" | "contextmenu"; }>; export default ChopLogicButton;