UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines 291 B
import type { InstanceOrElement } from '../commonTypes'; import type { AnimatedRef } from '../hook/commonTypes'; export type DispatchCommand = <TRef extends InstanceOrElement>(animatedRef: AnimatedRef<TRef>, commandName: string, args?: unknown[]) => void; //# sourceMappingURL=types.d.ts.map