UNPKG

framer-motion

Version:

A simple and powerful React animation library

3 lines (2 loc) 146 B
import { MotionProps } from "../types"; export declare function checkShouldInheritVariant({ animate, variants, inherit, }: MotionProps): boolean;