UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (5 loc) 134 B
'use strict'; import type { AnyRecord } from './helpers'; export type ConfigPropertyAlias<P extends AnyRecord> = { as: keyof P; };