UNPKG

motion

Version:

The Motion library for the web

3 lines (2 loc) 234 B
import { MotionKeyframesWithOptions, Poses } from "../types"; export declare function resolvePose(definition?: MotionKeyframesWithOptions | string, inheritedDefinition?: string, poses?: Poses): MotionKeyframesWithOptions | undefined;