UNPKG

@onwave/ui

Version:
10 lines (9 loc) 218 B
import React from "react"; declare type Props = { color?: string; backgroundColor?: string; size?: number; onClick?: () => void; }; export declare const BaseButton: React.FC<Props>; export {};