UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines (3 loc) 236 B
import type { AnimatedRef } from '../hook/commonTypes'; import type { Component } from 'react'; export declare let dispatchCommand: <T extends Component>(animatedRef: AnimatedRef<T>, commandName: string, args?: Array<unknown>) => void;