UNPKG

@appletosolutions/reactbits

Version:

A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.

18 lines 629 B
interface BalatroProps { spinRotation?: number; spinSpeed?: number; offset?: [number, number]; color1?: string; color2?: string; color3?: string; contrast?: number; lighting?: number; spinAmount?: number; pixelFilter?: number; spinEase?: number; isRotate?: boolean; mouseInteraction?: boolean; } export default function Balatro({ spinRotation, spinSpeed, offset, color1, color2, color3, contrast, lighting, spinAmount, pixelFilter, spinEase, isRotate, mouseInteraction, }: BalatroProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Balatro.d.ts.map