UNPKG

react-native-pose

Version:

Pose animation system for React Native

11 lines (10 loc) 284 B
import { AnimatedPoser } from 'animated-pose'; declare type TransformList = Array<{ [key: string]: any; }>; declare type StyleMap = { transform?: TransformList; [key: string]: any; }; export declare const getStylesFromPoser: (poser: AnimatedPoser) => StyleMap; export {};