import { AnimationProps } from "../utils"; import "./swoosh.css"; export interface SwooshProps extends AnimationProps { /** * The swoosh blurring value * The default is 100 0 */ blurValue?: string } export default function Swoosh(props: SwooshProps) { return (