Spinner(props: unknown): ReactElement<any, string | JSXElementConstructor<any>> Returns ReactElement<any, string | JSXElementConstructor<any>>
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldisplayName
displayName?: string
Readonlytype
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.