We can use an array for `className` attribute, but the definition does not allow it, which causes an error: `className?: string | undefined` -> `className?: string[] | string | undefined`
We can use an array for
classNameattribute, but the definition does not allow it, which causes an error:className?: string | undefined->className?: string[] | string | undefined