import { motion, useInvertedScale } from 'framer-motion' import React from 'react' export function InvertScale({ style, ...rest }: any) { const invertStyle = useInvertedScale() return ( ) }