프로그래밍/ReactJS

framer-motion react,typescript 환경 오류 해

타코코딩 2023. 11. 22. 00:17
//framer-motion.d.ts
import * as React from "react";
declare module "framer-motion" {
  export interface AnimatePresenceProps {
    children?: React.ReactNode;
  }
}

src 폴더에 해당파일만들어서 복붙