UNPKG

@gpa-gemstone/react-graph

Version:
8 lines (7 loc) 228 B
import * as React from 'react'; export interface IProps { onClick: () => ((() => void) | void); isSelect?: boolean; } declare const Button: (props: React.PropsWithChildren<IProps>) => JSX.Element; export default Button;