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.

4 lines (3 loc) 204 B
export declare function degreesToRadians(degrees: number): number; export declare function randomIntFromInterval(min: number, max: number): number; export declare const DEFAULT_ANIMATION_DURATION = 6000;