Nebula/framer-motion.d.ts
2023-12-15 21:36:00 -06:00

7 lines
154 B
TypeScript

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