mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 03:50:02 -04:00
7 lines
161 B
TypeScript
7 lines
161 B
TypeScript
import * as React from "preact/compat";
|
|
|
|
declare module "framer-motion" {
|
|
export interface AnimatePresenceProps {
|
|
children?: React.ReactNode;
|
|
}
|
|
}
|