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 ShineButtonProps { label?: string; onClick?: () => void; className?: string; size?: "sm" | "md" | "lg"; bgColor?: string; } export declare const ShineButton: React.FC<ShineButtonProps>; export {}; //# sourceMappingURL=shine-button.d.ts.map