UNPKG

react-native-fiesta

Version:

A set of celebration animations powered by Skia. Engage more with your users by celebrating in your React Native application.

9 lines (8 loc) 250 B
import React from 'react'; export interface HeartProps { x: number; y: number; autoplay?: boolean; color?: string; } export declare const Heart: React.MemoExoticComponent<({ x, y, autoplay, color }: HeartProps) => React.JSX.Element>;