import type { Axis } from "framer-motion"; export interface ItemData { value: T; layout: Axis; }