UNPKG

@geist-ui/core

Version:

Modern and minimalist React UI library.

11 lines (10 loc) 240 B
import React from 'react'; interface Props { x: number; y: number; onCompleted: () => void; color: string; } export declare type ButtonDrip = Props; declare const ButtonDrip: React.FC<ButtonDrip>; export default ButtonDrip;