UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines 157 B
import type { AnyRecord } from './helpers'; export type ConfigPropertyAlias<P extends AnyRecord> = { as: keyof P; }; //# sourceMappingURL=config.d.ts.map