Prettier Format

This commit is contained in:
MotorTruck1221 2023-12-26 03:51:37 -07:00
parent 3a9024d1e0
commit ad67368a45
42 changed files with 1650 additions and 1609 deletions

14
framer-motion.d.ts vendored
View file

@ -1,7 +1,7 @@
import * as React from "preact/compat";
declare module "framer-motion" {
export interface AnimatePresenceProps {
children?: React.ReactNode;
}
}
import * as React from "preact/compat";
declare module "framer-motion" {
export interface AnimatePresenceProps {
children?: React.ReactNode;
}
}