type Props = { width?: string height?: string } export default function CustomSpinner({width='w-6', height='h-6'}:Props) { return (