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