UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

3 lines (2 loc) 126 B
import { MutableRefObject } from "react"; export declare function isRefObject<E = any>(ref: any): ref is MutableRefObject<E>;