import { theme } from "antd"; import { motion } from "framer-motion"; import { CSSProperties } from "react"; export default function AnimateProgress({ progress, text, className, style }: { progress: number, text?: string, className?: string, style?: CSSProperties }) { const { token } = theme.useToken() return (