UNPKG

lightswind

Version:

A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.

11 lines 296 B
import React from "react"; interface RippleButtonProps { text?: string; bgColor?: string; circleColor?: string; width?: string; height?: string; } declare const RippleButton: React.FC<RippleButtonProps>; export default RippleButton; //# sourceMappingURL=ripple-button.d.ts.map