@kcirtaptrick/framer-motion
Version:
A simple and powerful React animation library
9 lines (8 loc) • 521 B
TypeScript
import { MotionProps } from "../../motion/types";
import { MotionValue } from "../../value";
import { ResolvedValues } from "../types";
export declare function copyRawValuesOnly(target: ResolvedValues, source: {
[key: string]: string | number | MotionValue;
}, props: MotionProps): void;
export declare function useStyle(props: MotionProps, visualState: ResolvedValues, isStatic: boolean): ResolvedValues;
export declare function useHTMLProps(props: MotionProps, visualState: ResolvedValues, isStatic: boolean): any;