import { motion } from 'framer-motion'; export function withAnimation

(Component: React.FunctionComponent) { return motion.custom>(Component); }