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.

6 lines (5 loc) 277 B
import React from 'react'; import { type PopperHandler, type PopperProps } from './Popper'; export interface HeartsProps extends Omit<PopperProps, 'renderItem'> { } export declare const Hearts: React.ForwardRefExoticComponent<HeartsProps & React.RefAttributes<PopperHandler>>;