79212886

Date: 2024-11-21 20:51:15
Score: 3.5
Natty:
Report link

what about this?

//global.d.ts
import { MotionProps as OriginalMotionProps } from "framer-motion";

declare module "framer-motion" {
  interface MotionProps extends OriginalMotionProps {
    className?: string;
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): what
  • Low reputation (1):
Posted by: Pavel Šindelka