UNPKG

react-native-animated-glow

Version:

A performant, highly-customizable animated glow effect for React Native, powered by Skia and Reanimated.

8 lines (7 loc) 215 B
type SkiaWebState = { status: 'idle' | 'loading' | 'ready'; subscribers: Set<() => void>; }; export declare const skiaWebState: SkiaWebState; export declare const ensureSkiaWebLoaded: () => void; export {};