const ColorBlur = ({ className, height, width, }: { className?: string height: string width: string }) => { return (
) } export default ColorBlur