Nebula/framer-motion.d.ts
2023-12-26 03:51:37 -07:00

7 lines
161 B
TypeScript

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