UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (6 loc) 212 B
type AllowlistsHolder = { UI_THREAD_PROPS_WHITELIST: Record<string, boolean>; NATIVE_THREAD_PROPS_WHITELIST: Record<string, boolean>; }; export declare const PropsAllowlists: AllowlistsHolder; export {};