UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

6 lines (5 loc) 177 B
import { VisualElement } from "../types"; export interface WithDepth { depth: number; } export declare const compareByDepth: (a: VisualElement, b: VisualElement) => number;