Spinner(props: unknown): ReactElement<any, string | JSXElementConstructor<any>> Returns ReactElement<any, string | JSXElementConstructor<any>>
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
displayName
displayName?: string
Readonly
type
type: () => Element
A React component that renders a spinner. The spinner styles are added when the component is mounted.
Returns
A JSX element representing the spinner.