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) 283 B
import React from 'react'; import { type PopperHandler, type PopperProps } from './Popper'; export interface BalloonsProps extends Omit<PopperProps, 'renderItem'> { } export declare const Balloons: React.ForwardRefExoticComponent<BalloonsProps & React.RefAttributes<PopperHandler>>;