Skip to main content

Spinner

Storybook

Go to Story

SpinnerProps

Defined in: src/components/Spinner/Spinner.tsx:13

Extends

  • ComponentProps<typeof Loader2>

Properties

PropertyTypeDescriptionInherited fromDefined in
key?Key | null-ButtonProps.keynode_modules/@types/react/index.d.ts:250
ref?Ref<SVGSVGElement>Allows getting a ref to the component instance. Once the component unmounts, React will set ref.current to null (or call the ref with null if you passed a callback ref). See React DocsComponentProps.refnode_modules/@types/react/index.d.ts:292
children?ReactNode-ComponentProps.childrennode_modules/@types/react/index.d.ts:2230
dangerouslySetInnerHTML?object-ComponentProps.dangerouslySetInnerHTMLnode_modules/@types/react/index.d.ts:2231
dangerouslySetInnerHTML.__htmlstring | TrustedHTML--node_modules/@types/react/index.d.ts:2234
onCopy?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onCopynode_modules/@types/react/index.d.ts:2238
onCopyCapture?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onCopyCapturenode_modules/@types/react/index.d.ts:2239
onCut?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onCutnode_modules/@types/react/index.d.ts:2240
onCutCapture?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onCutCapturenode_modules/@types/react/index.d.ts:2241
onPaste?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onPastenode_modules/@types/react/index.d.ts:2242
onPasteCapture?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onPasteCapturenode_modules/@types/react/index.d.ts:2243
onCompositionEnd?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionEndnode_modules/@types/react/index.d.ts:2246
onCompositionEndCapture?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionEndCapturenode_modules/@types/react/index.d.ts:2247
onCompositionStart?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionStartnode_modules/@types/react/index.d.ts:2248
onCompositionStartCapture?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionStartCapturenode_modules/@types/react/index.d.ts:2249
onCompositionUpdate?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionUpdatenode_modules/@types/react/index.d.ts:2250
onCompositionUpdateCapture?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionUpdateCapturenode_modules/@types/react/index.d.ts:2251
onFocus?FocusEventHandler<SVGSVGElement>-ComponentProps.onFocusnode_modules/@types/react/index.d.ts:2254
onFocusCapture?FocusEventHandler<SVGSVGElement>-ComponentProps.onFocusCapturenode_modules/@types/react/index.d.ts:2255
onBlur?FocusEventHandler<SVGSVGElement>-ComponentProps.onBlurnode_modules/@types/react/index.d.ts:2256
onBlurCapture?FocusEventHandler<SVGSVGElement>-ComponentProps.onBlurCapturenode_modules/@types/react/index.d.ts:2257
onChange?FormEventHandler<SVGSVGElement>-ComponentProps.onChangenode_modules/@types/react/index.d.ts:2260
onChangeCapture?FormEventHandler<SVGSVGElement>-ComponentProps.onChangeCapturenode_modules/@types/react/index.d.ts:2261
onBeforeInput?InputEventHandler<SVGSVGElement>-ComponentProps.onBeforeInputnode_modules/@types/react/index.d.ts:2262
onBeforeInputCapture?FormEventHandler<SVGSVGElement>-ComponentProps.onBeforeInputCapturenode_modules/@types/react/index.d.ts:2263
onInput?FormEventHandler<SVGSVGElement>-ComponentProps.onInputnode_modules/@types/react/index.d.ts:2264
onInputCapture?FormEventHandler<SVGSVGElement>-ComponentProps.onInputCapturenode_modules/@types/react/index.d.ts:2265
onReset?FormEventHandler<SVGSVGElement>-ComponentProps.onResetnode_modules/@types/react/index.d.ts:2266
onResetCapture?FormEventHandler<SVGSVGElement>-ComponentProps.onResetCapturenode_modules/@types/react/index.d.ts:2267
onSubmit?FormEventHandler<SVGSVGElement>-ComponentProps.onSubmitnode_modules/@types/react/index.d.ts:2268
onSubmitCapture?FormEventHandler<SVGSVGElement>-ComponentProps.onSubmitCapturenode_modules/@types/react/index.d.ts:2269
onInvalid?FormEventHandler<SVGSVGElement>-ComponentProps.onInvalidnode_modules/@types/react/index.d.ts:2270
onInvalidCapture?FormEventHandler<SVGSVGElement>-ComponentProps.onInvalidCapturenode_modules/@types/react/index.d.ts:2271
onLoad?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadnode_modules/@types/react/index.d.ts:2274
onLoadCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadCapturenode_modules/@types/react/index.d.ts:2275
onError?ReactEventHandler<SVGSVGElement>-ComponentProps.onErrornode_modules/@types/react/index.d.ts:2276
onErrorCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onErrorCapturenode_modules/@types/react/index.d.ts:2277
onKeyDown?KeyboardEventHandler<SVGSVGElement>-ComponentProps.onKeyDownnode_modules/@types/react/index.d.ts:2280
onKeyDownCapture?KeyboardEventHandler<SVGSVGElement>-ComponentProps.onKeyDownCapturenode_modules/@types/react/index.d.ts:2281
onKeyPress?KeyboardEventHandler<SVGSVGElement>Deprecated Use onKeyUp or onKeyDown insteadComponentProps.onKeyPressnode_modules/@types/react/index.d.ts:2283
onKeyPressCapture?KeyboardEventHandler<SVGSVGElement>Deprecated Use onKeyUpCapture or onKeyDownCapture insteadComponentProps.onKeyPressCapturenode_modules/@types/react/index.d.ts:2285
onKeyUp?KeyboardEventHandler<SVGSVGElement>-ComponentProps.onKeyUpnode_modules/@types/react/index.d.ts:2286
onKeyUpCapture?KeyboardEventHandler<SVGSVGElement>-ComponentProps.onKeyUpCapturenode_modules/@types/react/index.d.ts:2287
onAbort?ReactEventHandler<SVGSVGElement>-ComponentProps.onAbortnode_modules/@types/react/index.d.ts:2290
onAbortCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onAbortCapturenode_modules/@types/react/index.d.ts:2291
onCanPlay?ReactEventHandler<SVGSVGElement>-ComponentProps.onCanPlaynode_modules/@types/react/index.d.ts:2292
onCanPlayCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onCanPlayCapturenode_modules/@types/react/index.d.ts:2293
onCanPlayThrough?ReactEventHandler<SVGSVGElement>-ComponentProps.onCanPlayThroughnode_modules/@types/react/index.d.ts:2294
onCanPlayThroughCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onCanPlayThroughCapturenode_modules/@types/react/index.d.ts:2295
onDurationChange?ReactEventHandler<SVGSVGElement>-ComponentProps.onDurationChangenode_modules/@types/react/index.d.ts:2296
onDurationChangeCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onDurationChangeCapturenode_modules/@types/react/index.d.ts:2297
onEmptied?ReactEventHandler<SVGSVGElement>-ComponentProps.onEmptiednode_modules/@types/react/index.d.ts:2298
onEmptiedCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onEmptiedCapturenode_modules/@types/react/index.d.ts:2299
onEncrypted?ReactEventHandler<SVGSVGElement>-ComponentProps.onEncryptednode_modules/@types/react/index.d.ts:2300
onEncryptedCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onEncryptedCapturenode_modules/@types/react/index.d.ts:2301
onEnded?ReactEventHandler<SVGSVGElement>-ComponentProps.onEndednode_modules/@types/react/index.d.ts:2302
onEndedCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onEndedCapturenode_modules/@types/react/index.d.ts:2303
onLoadedData?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadedDatanode_modules/@types/react/index.d.ts:2304
onLoadedDataCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadedDataCapturenode_modules/@types/react/index.d.ts:2305
onLoadedMetadata?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadedMetadatanode_modules/@types/react/index.d.ts:2306
onLoadedMetadataCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadedMetadataCapturenode_modules/@types/react/index.d.ts:2307
onLoadStart?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadStartnode_modules/@types/react/index.d.ts:2308
onLoadStartCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadStartCapturenode_modules/@types/react/index.d.ts:2309
onPause?ReactEventHandler<SVGSVGElement>-ComponentProps.onPausenode_modules/@types/react/index.d.ts:2310
onPauseCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onPauseCapturenode_modules/@types/react/index.d.ts:2311
onPlay?ReactEventHandler<SVGSVGElement>-ComponentProps.onPlaynode_modules/@types/react/index.d.ts:2312
onPlayCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onPlayCapturenode_modules/@types/react/index.d.ts:2313
onPlaying?ReactEventHandler<SVGSVGElement>-ComponentProps.onPlayingnode_modules/@types/react/index.d.ts:2314
onPlayingCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onPlayingCapturenode_modules/@types/react/index.d.ts:2315
onProgress?ReactEventHandler<SVGSVGElement>-ComponentProps.onProgressnode_modules/@types/react/index.d.ts:2316
onProgressCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onProgressCapturenode_modules/@types/react/index.d.ts:2317
onRateChange?ReactEventHandler<SVGSVGElement>-ComponentProps.onRateChangenode_modules/@types/react/index.d.ts:2318
onRateChangeCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onRateChangeCapturenode_modules/@types/react/index.d.ts:2319
onSeeked?ReactEventHandler<SVGSVGElement>-ComponentProps.onSeekednode_modules/@types/react/index.d.ts:2320
onSeekedCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onSeekedCapturenode_modules/@types/react/index.d.ts:2321
onSeeking?ReactEventHandler<SVGSVGElement>-ComponentProps.onSeekingnode_modules/@types/react/index.d.ts:2322
onSeekingCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onSeekingCapturenode_modules/@types/react/index.d.ts:2323
onStalled?ReactEventHandler<SVGSVGElement>-ComponentProps.onStallednode_modules/@types/react/index.d.ts:2324
onStalledCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onStalledCapturenode_modules/@types/react/index.d.ts:2325
onSuspend?ReactEventHandler<SVGSVGElement>-ComponentProps.onSuspendnode_modules/@types/react/index.d.ts:2326
onSuspendCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onSuspendCapturenode_modules/@types/react/index.d.ts:2327
onTimeUpdate?ReactEventHandler<SVGSVGElement>-ComponentProps.onTimeUpdatenode_modules/@types/react/index.d.ts:2328
onTimeUpdateCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onTimeUpdateCapturenode_modules/@types/react/index.d.ts:2329
onVolumeChange?ReactEventHandler<SVGSVGElement>-ComponentProps.onVolumeChangenode_modules/@types/react/index.d.ts:2330
onVolumeChangeCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onVolumeChangeCapturenode_modules/@types/react/index.d.ts:2331
onWaiting?ReactEventHandler<SVGSVGElement>-ComponentProps.onWaitingnode_modules/@types/react/index.d.ts:2332
onWaitingCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onWaitingCapturenode_modules/@types/react/index.d.ts:2333
onAuxClick?MouseEventHandler<SVGSVGElement>-ComponentProps.onAuxClicknode_modules/@types/react/index.d.ts:2336
onAuxClickCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onAuxClickCapturenode_modules/@types/react/index.d.ts:2337
onClick?MouseEventHandler<SVGSVGElement>-ComponentProps.onClicknode_modules/@types/react/index.d.ts:2338
onClickCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onClickCapturenode_modules/@types/react/index.d.ts:2339
onContextMenu?MouseEventHandler<SVGSVGElement>-ComponentProps.onContextMenunode_modules/@types/react/index.d.ts:2340
onContextMenuCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onContextMenuCapturenode_modules/@types/react/index.d.ts:2341
onDoubleClick?MouseEventHandler<SVGSVGElement>-ComponentProps.onDoubleClicknode_modules/@types/react/index.d.ts:2342
onDoubleClickCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onDoubleClickCapturenode_modules/@types/react/index.d.ts:2343
onDrag?DragEventHandler<SVGSVGElement>-ComponentProps.onDragnode_modules/@types/react/index.d.ts:2344
onDragCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragCapturenode_modules/@types/react/index.d.ts:2345
onDragEnd?DragEventHandler<SVGSVGElement>-ComponentProps.onDragEndnode_modules/@types/react/index.d.ts:2346
onDragEndCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragEndCapturenode_modules/@types/react/index.d.ts:2347
onDragEnter?DragEventHandler<SVGSVGElement>-ComponentProps.onDragEnternode_modules/@types/react/index.d.ts:2348
onDragEnterCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragEnterCapturenode_modules/@types/react/index.d.ts:2349
onDragExit?DragEventHandler<SVGSVGElement>-ComponentProps.onDragExitnode_modules/@types/react/index.d.ts:2350
onDragExitCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragExitCapturenode_modules/@types/react/index.d.ts:2351
onDragLeave?DragEventHandler<SVGSVGElement>-ComponentProps.onDragLeavenode_modules/@types/react/index.d.ts:2352
onDragLeaveCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragLeaveCapturenode_modules/@types/react/index.d.ts:2353
onDragOver?DragEventHandler<SVGSVGElement>-ComponentProps.onDragOvernode_modules/@types/react/index.d.ts:2354
onDragOverCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragOverCapturenode_modules/@types/react/index.d.ts:2355
onDragStart?DragEventHandler<SVGSVGElement>-ComponentProps.onDragStartnode_modules/@types/react/index.d.ts:2356
onDragStartCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragStartCapturenode_modules/@types/react/index.d.ts:2357
onDrop?DragEventHandler<SVGSVGElement>-ComponentProps.onDropnode_modules/@types/react/index.d.ts:2358
onDropCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDropCapturenode_modules/@types/react/index.d.ts:2359
onMouseDown?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseDownnode_modules/@types/react/index.d.ts:2360
onMouseDownCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseDownCapturenode_modules/@types/react/index.d.ts:2361
onMouseEnter?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseEnternode_modules/@types/react/index.d.ts:2362
onMouseLeave?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseLeavenode_modules/@types/react/index.d.ts:2363
onMouseMove?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseMovenode_modules/@types/react/index.d.ts:2364
onMouseMoveCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseMoveCapturenode_modules/@types/react/index.d.ts:2365
onMouseOut?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseOutnode_modules/@types/react/index.d.ts:2366
onMouseOutCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseOutCapturenode_modules/@types/react/index.d.ts:2367
onMouseOver?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseOvernode_modules/@types/react/index.d.ts:2368
onMouseOverCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseOverCapturenode_modules/@types/react/index.d.ts:2369
onMouseUp?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseUpnode_modules/@types/react/index.d.ts:2370
onMouseUpCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseUpCapturenode_modules/@types/react/index.d.ts:2371
onSelect?ReactEventHandler<SVGSVGElement>-ComponentProps.onSelectnode_modules/@types/react/index.d.ts:2374
onSelectCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onSelectCapturenode_modules/@types/react/index.d.ts:2375
onTouchCancel?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchCancelnode_modules/@types/react/index.d.ts:2378
onTouchCancelCapture?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchCancelCapturenode_modules/@types/react/index.d.ts:2379
onTouchEnd?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchEndnode_modules/@types/react/index.d.ts:2380
onTouchEndCapture?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchEndCapturenode_modules/@types/react/index.d.ts:2381
onTouchMove?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchMovenode_modules/@types/react/index.d.ts:2382
onTouchMoveCapture?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchMoveCapturenode_modules/@types/react/index.d.ts:2383
onTouchStart?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchStartnode_modules/@types/react/index.d.ts:2384
onTouchStartCapture?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchStartCapturenode_modules/@types/react/index.d.ts:2385
onPointerDown?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerDownnode_modules/@types/react/index.d.ts:2388
onPointerDownCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerDownCapturenode_modules/@types/react/index.d.ts:2389
onPointerMove?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerMovenode_modules/@types/react/index.d.ts:2390
onPointerMoveCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerMoveCapturenode_modules/@types/react/index.d.ts:2391
onPointerUp?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerUpnode_modules/@types/react/index.d.ts:2392
onPointerUpCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerUpCapturenode_modules/@types/react/index.d.ts:2393
onPointerCancel?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerCancelnode_modules/@types/react/index.d.ts:2394
onPointerCancelCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerCancelCapturenode_modules/@types/react/index.d.ts:2395
onPointerEnter?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerEnternode_modules/@types/react/index.d.ts:2396
onPointerLeave?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerLeavenode_modules/@types/react/index.d.ts:2397
onPointerOver?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerOvernode_modules/@types/react/index.d.ts:2398
onPointerOverCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerOverCapturenode_modules/@types/react/index.d.ts:2399
onPointerOut?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerOutnode_modules/@types/react/index.d.ts:2400
onPointerOutCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerOutCapturenode_modules/@types/react/index.d.ts:2401
onGotPointerCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onGotPointerCapturenode_modules/@types/react/index.d.ts:2402
onGotPointerCaptureCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onGotPointerCaptureCapturenode_modules/@types/react/index.d.ts:2403
onLostPointerCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onLostPointerCapturenode_modules/@types/react/index.d.ts:2404
onLostPointerCaptureCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onLostPointerCaptureCapturenode_modules/@types/react/index.d.ts:2405
onScroll?UIEventHandler<SVGSVGElement>-ComponentProps.onScrollnode_modules/@types/react/index.d.ts:2408
onScrollCapture?UIEventHandler<SVGSVGElement>-ComponentProps.onScrollCapturenode_modules/@types/react/index.d.ts:2409
onScrollEnd?UIEventHandler<SVGSVGElement>-ComponentProps.onScrollEndnode_modules/@types/react/index.d.ts:2410
onScrollEndCapture?UIEventHandler<SVGSVGElement>-ComponentProps.onScrollEndCapturenode_modules/@types/react/index.d.ts:2411
onWheel?WheelEventHandler<SVGSVGElement>-ComponentProps.onWheelnode_modules/@types/react/index.d.ts:2414
onWheelCapture?WheelEventHandler<SVGSVGElement>-ComponentProps.onWheelCapturenode_modules/@types/react/index.d.ts:2415
onAnimationStart?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationStartnode_modules/@types/react/index.d.ts:2418
onAnimationStartCapture?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationStartCapturenode_modules/@types/react/index.d.ts:2419
onAnimationEnd?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationEndnode_modules/@types/react/index.d.ts:2420
onAnimationEndCapture?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationEndCapturenode_modules/@types/react/index.d.ts:2421
onAnimationIteration?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationIterationnode_modules/@types/react/index.d.ts:2422
onAnimationIterationCapture?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationIterationCapturenode_modules/@types/react/index.d.ts:2423
onToggle?ToggleEventHandler<SVGSVGElement>-ComponentProps.onTogglenode_modules/@types/react/index.d.ts:2426
onBeforeToggle?ToggleEventHandler<SVGSVGElement>-ComponentProps.onBeforeTogglenode_modules/@types/react/index.d.ts:2427
onTransitionCancel?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionCancelnode_modules/@types/react/index.d.ts:2430
onTransitionCancelCapture?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionCancelCapturenode_modules/@types/react/index.d.ts:2431
onTransitionEnd?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionEndnode_modules/@types/react/index.d.ts:2432
onTransitionEndCapture?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionEndCapturenode_modules/@types/react/index.d.ts:2433
onTransitionRun?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionRunnode_modules/@types/react/index.d.ts:2434
onTransitionRunCapture?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionRunCapturenode_modules/@types/react/index.d.ts:2435
onTransitionStart?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionStartnode_modules/@types/react/index.d.ts:2436
onTransitionStartCapture?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionStartCapturenode_modules/@types/react/index.d.ts:2437
aria-activedescendant?stringIdentifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.ButtonProps.aria-activedescendantnode_modules/@types/react/index.d.ts:2454
aria-atomic?BooleanishIndicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.ButtonProps.aria-atomicnode_modules/@types/react/index.d.ts:2456
aria-autocomplete?"none" | "list" | "inline" | "both"Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.ButtonProps.aria-autocompletenode_modules/@types/react/index.d.ts:2461
aria-braillelabel?stringDefines a string value that labels the current element, which is intended to be converted into Braille. See aria-label.ButtonProps.aria-braillelabelnode_modules/@types/react/index.d.ts:2467
aria-brailleroledescription?stringDefines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille. See aria-roledescription.ButtonProps.aria-brailleroledescriptionnode_modules/@types/react/index.d.ts:2472
aria-busy?Booleanish-ButtonProps.aria-busynode_modules/@types/react/index.d.ts:2473
aria-checked?boolean | "true" | "false" | "mixed"Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. See - aria-pressed - aria-selected.ButtonProps.aria-checkednode_modules/@types/react/index.d.ts:2478
aria-colcount?numberDefines the total number of columns in a table, grid, or treegrid. See aria-colindex.ButtonProps.aria-colcountnode_modules/@types/react/index.d.ts:2483
aria-colindex?numberDefines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. See - aria-colcount - aria-colspan.ButtonProps.aria-colindexnode_modules/@types/react/index.d.ts:2488
aria-colindextext?stringDefines a human readable text alternative of aria-colindex. See aria-rowindextext.ButtonProps.aria-colindextextnode_modules/@types/react/index.d.ts:2493
aria-colspan?numberDefines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-colindex - aria-rowspan.ButtonProps.aria-colspannode_modules/@types/react/index.d.ts:2498
aria-controls?stringIdentifies the element (or elements) whose contents or presence are controlled by the current element. See aria-owns.ButtonProps.aria-controlsnode_modules/@types/react/index.d.ts:2503
aria-current?boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date"Indicates the element that represents the current item within a container or set of related elements.ButtonProps.aria-currentnode_modules/@types/react/index.d.ts:2505
aria-describedby?stringIdentifies the element (or elements) that describes the object. See aria-labelledbyButtonProps.aria-describedbynode_modules/@types/react/index.d.ts:2510
aria-description?stringDefines a string value that describes or annotates the current element. See related aria-describedby.ButtonProps.aria-descriptionnode_modules/@types/react/index.d.ts:2515
aria-details?stringIdentifies the element that provides a detailed, extended description for the object. See aria-describedby.ButtonProps.aria-detailsnode_modules/@types/react/index.d.ts:2520
aria-disabled?BooleanishIndicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See - aria-hidden - aria-readonly.ButtonProps.aria-disablednode_modules/@types/react/index.d.ts:2525
aria-dropeffect?"link" | "none" | "copy" | "execute" | "move" | "popup"Indicates what functions can be performed when a dragged object is released on the drop target. Deprecated in ARIA 1.1ButtonProps.aria-dropeffectnode_modules/@types/react/index.d.ts:2530
aria-errormessage?stringIdentifies the element that provides an error message for the object. See - aria-invalid - aria-describedby.ButtonProps.aria-errormessagenode_modules/@types/react/index.d.ts:2535
aria-expanded?BooleanishIndicates whether the element, or another grouping element it controls, is currently expanded or collapsed.ButtonProps.aria-expandednode_modules/@types/react/index.d.ts:2537
aria-flowto?stringIdentifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.ButtonProps.aria-flowtonode_modules/@types/react/index.d.ts:2542
aria-grabbed?BooleanishIndicates an element's "grabbed" state in a drag-and-drop operation. Deprecated in ARIA 1.1ButtonProps.aria-grabbednode_modules/@types/react/index.d.ts:2547
aria-haspopup?| boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.ButtonProps.aria-haspopupnode_modules/@types/react/index.d.ts:2549
aria-hidden?BooleanishIndicates whether the element is exposed to an accessibility API. See aria-disabled.ButtonProps.aria-hiddennode_modules/@types/react/index.d.ts:2554
aria-invalid?boolean | "true" | "false" | "grammar" | "spelling"Indicates the entered value does not conform to the format expected by the application. See aria-errormessage.ButtonProps.aria-invalidnode_modules/@types/react/index.d.ts:2559
aria-keyshortcuts?stringIndicates keyboard shortcuts that an author has implemented to activate or give focus to an element.ButtonProps.aria-keyshortcutsnode_modules/@types/react/index.d.ts:2561
aria-label?stringDefines a string value that labels the current element. See aria-labelledby.ButtonProps.aria-labelnode_modules/@types/react/index.d.ts:2566
aria-labelledby?stringIdentifies the element (or elements) that labels the current element. See aria-describedby.ButtonProps.aria-labelledbynode_modules/@types/react/index.d.ts:2571
aria-level?numberDefines the hierarchical level of an element within a structure.ButtonProps.aria-levelnode_modules/@types/react/index.d.ts:2573
aria-live?"off" | "polite" | "assertive"Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.ButtonProps.aria-livenode_modules/@types/react/index.d.ts:2575
aria-modal?BooleanishIndicates whether an element is modal when displayed.ButtonProps.aria-modalnode_modules/@types/react/index.d.ts:2577
aria-multiline?BooleanishIndicates whether a text box accepts multiple lines of input or only a single line.ButtonProps.aria-multilinenode_modules/@types/react/index.d.ts:2579
aria-multiselectable?BooleanishIndicates that the user may select more than one item from the current selectable descendants.ButtonProps.aria-multiselectablenode_modules/@types/react/index.d.ts:2581
aria-orientation?"horizontal" | "vertical"Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.ButtonProps.aria-orientationnode_modules/@types/react/index.d.ts:2583
aria-owns?stringIdentifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See aria-controls.ButtonProps.aria-ownsnode_modules/@types/react/index.d.ts:2589
aria-placeholder?stringDefines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.ButtonProps.aria-placeholdernode_modules/@types/react/index.d.ts:2594
aria-posinset?numberDefines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See aria-setsize.ButtonProps.aria-posinsetnode_modules/@types/react/index.d.ts:2599
aria-pressed?boolean | "true" | "false" | "mixed"Indicates the current "pressed" state of toggle buttons. See - aria-checked - aria-selected.ButtonProps.aria-pressednode_modules/@types/react/index.d.ts:2604
aria-readonly?BooleanishIndicates that the element is not editable, but is otherwise operable. See aria-disabled.ButtonProps.aria-readonlynode_modules/@types/react/index.d.ts:2609
aria-relevant?| "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See aria-atomic.ButtonProps.aria-relevantnode_modules/@types/react/index.d.ts:2614
aria-required?BooleanishIndicates that user input is required on the element before a form may be submitted.ButtonProps.aria-requirednode_modules/@types/react/index.d.ts:2627
aria-roledescription?stringDefines a human-readable, author-localized description for the role of an element.ButtonProps.aria-roledescriptionnode_modules/@types/react/index.d.ts:2629
aria-rowcount?numberDefines the total number of rows in a table, grid, or treegrid. See aria-rowindex.ButtonProps.aria-rowcountnode_modules/@types/react/index.d.ts:2634
aria-rowindex?numberDefines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. See - aria-rowcount - aria-rowspan.ButtonProps.aria-rowindexnode_modules/@types/react/index.d.ts:2639
aria-rowindextext?stringDefines a human readable text alternative of aria-rowindex. See aria-colindextext.ButtonProps.aria-rowindextextnode_modules/@types/react/index.d.ts:2644
aria-rowspan?numberDefines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-rowindex - aria-colspan.ButtonProps.aria-rowspannode_modules/@types/react/index.d.ts:2649
aria-selected?BooleanishIndicates the current "selected" state of various widgets. See - aria-checked - aria-pressed.ButtonProps.aria-selectednode_modules/@types/react/index.d.ts:2654
aria-setsize?numberDefines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See aria-posinset.ButtonProps.aria-setsizenode_modules/@types/react/index.d.ts:2659
aria-sort?"none" | "ascending" | "descending" | "other"Indicates if items in a table or grid are sorted in ascending or descending order.ButtonProps.aria-sortnode_modules/@types/react/index.d.ts:2661
aria-valuemax?numberDefines the maximum allowed value for a range widget.ButtonProps.aria-valuemaxnode_modules/@types/react/index.d.ts:2663
aria-valuemin?numberDefines the minimum allowed value for a range widget.ButtonProps.aria-valueminnode_modules/@types/react/index.d.ts:2665
aria-valuenow?numberDefines the current value for a range widget. See aria-valuetext.ButtonProps.aria-valuenownode_modules/@types/react/index.d.ts:2670
aria-valuetext?stringDefines the human readable text alternative of aria-valuenow for a range widget.ButtonProps.aria-valuetextnode_modules/@types/react/index.d.ts:2672
suppressHydrationWarning?boolean-ComponentProps.suppressHydrationWarningnode_modules/@types/react/index.d.ts:3553
className?string-ComponentProps.classNamenode_modules/@types/react/index.d.ts:3557
color?string-ComponentProps.colornode_modules/@types/react/index.d.ts:3558
height?string | number-ComponentProps.heightnode_modules/@types/react/index.d.ts:3559
id?string-ComponentProps.idnode_modules/@types/react/index.d.ts:3560
lang?string-ComponentProps.langnode_modules/@types/react/index.d.ts:3561
max?string | number-ComponentProps.maxnode_modules/@types/react/index.d.ts:3562
media?string-ComponentProps.medianode_modules/@types/react/index.d.ts:3563
method?string-ComponentProps.methodnode_modules/@types/react/index.d.ts:3564
min?string | number-ComponentProps.minnode_modules/@types/react/index.d.ts:3565
name?string-ComponentProps.namenode_modules/@types/react/index.d.ts:3566
style?CSSProperties-ComponentProps.stylenode_modules/@types/react/index.d.ts:3567
target?string-ComponentProps.targetnode_modules/@types/react/index.d.ts:3568
type?string-ComponentProps.typenode_modules/@types/react/index.d.ts:3569
width?string | number-ComponentProps.widthnode_modules/@types/react/index.d.ts:3570
role?AriaRole-ComponentProps.rolenode_modules/@types/react/index.d.ts:3573
tabIndex?number-ComponentProps.tabIndexnode_modules/@types/react/index.d.ts:3574
crossOrigin?CrossOrigin-ComponentProps.crossOriginnode_modules/@types/react/index.d.ts:3575
accentHeight?string | number-ComponentProps.accentHeightnode_modules/@types/react/index.d.ts:3578
accumulate?"none" | "sum"-ComponentProps.accumulatenode_modules/@types/react/index.d.ts:3579
additive?"replace" | "sum"-ComponentProps.additivenode_modules/@types/react/index.d.ts:3580
alignmentBaseline?| "inherit" | "auto" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge"-ComponentProps.alignmentBaselinenode_modules/@types/react/index.d.ts:3581
allowReorder?"yes" | "no"-ComponentProps.allowReordernode_modules/@types/react/index.d.ts:3596
alphabetic?string | number-ComponentProps.alphabeticnode_modules/@types/react/index.d.ts:3597
amplitude?string | number-ComponentProps.amplitudenode_modules/@types/react/index.d.ts:3598
arabicForm?"initial" | "medial" | "terminal" | "isolated"-ComponentProps.arabicFormnode_modules/@types/react/index.d.ts:3599
ascent?string | number-ComponentProps.ascentnode_modules/@types/react/index.d.ts:3600
attributeName?string-ComponentProps.attributeNamenode_modules/@types/react/index.d.ts:3601
attributeType?string-ComponentProps.attributeTypenode_modules/@types/react/index.d.ts:3602
autoReverse?Booleanish-ComponentProps.autoReversenode_modules/@types/react/index.d.ts:3603
azimuth?string | number-ComponentProps.azimuthnode_modules/@types/react/index.d.ts:3604
baseFrequency?string | number-ComponentProps.baseFrequencynode_modules/@types/react/index.d.ts:3605
baselineShift?string | number-ComponentProps.baselineShiftnode_modules/@types/react/index.d.ts:3606
baseProfile?string | number-ComponentProps.baseProfilenode_modules/@types/react/index.d.ts:3607
bbox?string | number-ComponentProps.bboxnode_modules/@types/react/index.d.ts:3608
begin?string | number-ComponentProps.beginnode_modules/@types/react/index.d.ts:3609
bias?string | number-ComponentProps.biasnode_modules/@types/react/index.d.ts:3610
by?string | number-ComponentProps.bynode_modules/@types/react/index.d.ts:3611
calcMode?string | number-ComponentProps.calcModenode_modules/@types/react/index.d.ts:3612
capHeight?string | number-ComponentProps.capHeightnode_modules/@types/react/index.d.ts:3613
clip?string | number-ComponentProps.clipnode_modules/@types/react/index.d.ts:3614
clipPath?string-ComponentProps.clipPathnode_modules/@types/react/index.d.ts:3615
clipPathUnits?string | number-ComponentProps.clipPathUnitsnode_modules/@types/react/index.d.ts:3616
clipRule?string | number-ComponentProps.clipRulenode_modules/@types/react/index.d.ts:3617
colorInterpolation?string | number-ComponentProps.colorInterpolationnode_modules/@types/react/index.d.ts:3618
colorInterpolationFilters?"inherit" | "auto" | "sRGB" | "linearRGB"-ComponentProps.colorInterpolationFiltersnode_modules/@types/react/index.d.ts:3619
colorProfile?string | number-ComponentProps.colorProfilenode_modules/@types/react/index.d.ts:3620
colorRendering?string | number-ComponentProps.colorRenderingnode_modules/@types/react/index.d.ts:3621
contentScriptType?string | number-ComponentProps.contentScriptTypenode_modules/@types/react/index.d.ts:3622
contentStyleType?string | number-ComponentProps.contentStyleTypenode_modules/@types/react/index.d.ts:3623
cursor?string | number-ComponentProps.cursornode_modules/@types/react/index.d.ts:3624
cx?string | number-ComponentProps.cxnode_modules/@types/react/index.d.ts:3625
cy?string | number-ComponentProps.cynode_modules/@types/react/index.d.ts:3626
d?string-ComponentProps.dnode_modules/@types/react/index.d.ts:3627
decelerate?string | number-ComponentProps.deceleratenode_modules/@types/react/index.d.ts:3628
descent?string | number-ComponentProps.descentnode_modules/@types/react/index.d.ts:3629
diffuseConstant?string | number-ComponentProps.diffuseConstantnode_modules/@types/react/index.d.ts:3630
direction?string | number-ComponentProps.directionnode_modules/@types/react/index.d.ts:3631
display?string | number-ComponentProps.displaynode_modules/@types/react/index.d.ts:3632
divisor?string | number-ComponentProps.divisornode_modules/@types/react/index.d.ts:3633
dominantBaseline?| "inherit" | "auto" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "middle" | "text-before-edge" | "central" | "text-after-edge" | "use-script" | "no-change" | "reset-size"-ComponentProps.dominantBaselinenode_modules/@types/react/index.d.ts:3634
dur?string | number-ComponentProps.durnode_modules/@types/react/index.d.ts:3649
dx?string | number-ComponentProps.dxnode_modules/@types/react/index.d.ts:3650
dy?string | number-ComponentProps.dynode_modules/@types/react/index.d.ts:3651
edgeMode?string | number-ComponentProps.edgeModenode_modules/@types/react/index.d.ts:3652
elevation?string | number-ComponentProps.elevationnode_modules/@types/react/index.d.ts:3653
enableBackground?string | number-ComponentProps.enableBackgroundnode_modules/@types/react/index.d.ts:3654
end?string | number-ComponentProps.endnode_modules/@types/react/index.d.ts:3655
exponent?string | number-ComponentProps.exponentnode_modules/@types/react/index.d.ts:3656
externalResourcesRequired?Booleanish-ComponentProps.externalResourcesRequirednode_modules/@types/react/index.d.ts:3657
fill?string-ComponentProps.fillnode_modules/@types/react/index.d.ts:3658
fillOpacity?string | number-ComponentProps.fillOpacitynode_modules/@types/react/index.d.ts:3659
fillRule?"inherit" | "nonzero" | "evenodd"-ComponentProps.fillRulenode_modules/@types/react/index.d.ts:3660
filter?string-ComponentProps.filternode_modules/@types/react/index.d.ts:3661
filterRes?string | number-ComponentProps.filterResnode_modules/@types/react/index.d.ts:3662
filterUnits?string | number-ComponentProps.filterUnitsnode_modules/@types/react/index.d.ts:3663
floodColor?string | number-ComponentProps.floodColornode_modules/@types/react/index.d.ts:3664
floodOpacity?string | number-ComponentProps.floodOpacitynode_modules/@types/react/index.d.ts:3665
focusable?Booleanish | "auto"-ComponentProps.focusablenode_modules/@types/react/index.d.ts:3666
fontFamily?string-ComponentProps.fontFamilynode_modules/@types/react/index.d.ts:3667
fontSize?string | number-ComponentProps.fontSizenode_modules/@types/react/index.d.ts:3668
fontSizeAdjust?string | number-ComponentProps.fontSizeAdjustnode_modules/@types/react/index.d.ts:3669
fontStretch?string | number-ComponentProps.fontStretchnode_modules/@types/react/index.d.ts:3670
fontStyle?string | number-ComponentProps.fontStylenode_modules/@types/react/index.d.ts:3671
fontVariant?string | number-ComponentProps.fontVariantnode_modules/@types/react/index.d.ts:3672
fontWeight?string | number-ComponentProps.fontWeightnode_modules/@types/react/index.d.ts:3673
format?string | number-ComponentProps.formatnode_modules/@types/react/index.d.ts:3674
fr?string | number-ComponentProps.frnode_modules/@types/react/index.d.ts:3675
from?string | number-ComponentProps.fromnode_modules/@types/react/index.d.ts:3676
fx?string | number-ComponentProps.fxnode_modules/@types/react/index.d.ts:3677
fy?string | number-ComponentProps.fynode_modules/@types/react/index.d.ts:3678
g1?string | number-ComponentProps.g1node_modules/@types/react/index.d.ts:3679
g2?string | number-ComponentProps.g2node_modules/@types/react/index.d.ts:3680
glyphName?string | number-ComponentProps.glyphNamenode_modules/@types/react/index.d.ts:3681
glyphOrientationHorizontal?string | number-ComponentProps.glyphOrientationHorizontalnode_modules/@types/react/index.d.ts:3682
glyphOrientationVertical?string | number-ComponentProps.glyphOrientationVerticalnode_modules/@types/react/index.d.ts:3683
glyphRef?string | number-ComponentProps.glyphRefnode_modules/@types/react/index.d.ts:3684
gradientTransform?string-ComponentProps.gradientTransformnode_modules/@types/react/index.d.ts:3685
gradientUnits?string-ComponentProps.gradientUnitsnode_modules/@types/react/index.d.ts:3686
hanging?string | number-ComponentProps.hangingnode_modules/@types/react/index.d.ts:3687
horizAdvX?string | number-ComponentProps.horizAdvXnode_modules/@types/react/index.d.ts:3688
horizOriginX?string | number-ComponentProps.horizOriginXnode_modules/@types/react/index.d.ts:3689
href?string-ComponentProps.hrefnode_modules/@types/react/index.d.ts:3690
ideographic?string | number-ComponentProps.ideographicnode_modules/@types/react/index.d.ts:3691
imageRendering?string | number-ComponentProps.imageRenderingnode_modules/@types/react/index.d.ts:3692
in2?string | number-ComponentProps.in2node_modules/@types/react/index.d.ts:3693
in?string-ComponentProps.innode_modules/@types/react/index.d.ts:3694
intercept?string | number-ComponentProps.interceptnode_modules/@types/react/index.d.ts:3695
k1?string | number-ComponentProps.k1node_modules/@types/react/index.d.ts:3696
k2?string | number-ComponentProps.k2node_modules/@types/react/index.d.ts:3697
k3?string | number-ComponentProps.k3node_modules/@types/react/index.d.ts:3698
k4?string | number-ComponentProps.k4node_modules/@types/react/index.d.ts:3699
k?string | number-ComponentProps.knode_modules/@types/react/index.d.ts:3700
kernelMatrix?string | number-ComponentProps.kernelMatrixnode_modules/@types/react/index.d.ts:3701
kernelUnitLength?string | number-ComponentProps.kernelUnitLengthnode_modules/@types/react/index.d.ts:3702
kerning?string | number-ComponentProps.kerningnode_modules/@types/react/index.d.ts:3703
keyPoints?string | number-ComponentProps.keyPointsnode_modules/@types/react/index.d.ts:3704
keySplines?string | number-ComponentProps.keySplinesnode_modules/@types/react/index.d.ts:3705
keyTimes?string | number-ComponentProps.keyTimesnode_modules/@types/react/index.d.ts:3706
lengthAdjust?string | number-ComponentProps.lengthAdjustnode_modules/@types/react/index.d.ts:3707
letterSpacing?string | number-ComponentProps.letterSpacingnode_modules/@types/react/index.d.ts:3708
lightingColor?string | number-ComponentProps.lightingColornode_modules/@types/react/index.d.ts:3709
limitingConeAngle?string | number-ComponentProps.limitingConeAnglenode_modules/@types/react/index.d.ts:3710
local?string | number-ComponentProps.localnode_modules/@types/react/index.d.ts:3711
markerEnd?string-ComponentProps.markerEndnode_modules/@types/react/index.d.ts:3712
markerHeight?string | number-ComponentProps.markerHeightnode_modules/@types/react/index.d.ts:3713
markerMid?string-ComponentProps.markerMidnode_modules/@types/react/index.d.ts:3714
markerStart?string-ComponentProps.markerStartnode_modules/@types/react/index.d.ts:3715
markerUnits?string | number-ComponentProps.markerUnitsnode_modules/@types/react/index.d.ts:3716
markerWidth?string | number-ComponentProps.markerWidthnode_modules/@types/react/index.d.ts:3717
mask?string-ComponentProps.masknode_modules/@types/react/index.d.ts:3718
maskContentUnits?string | number-ComponentProps.maskContentUnitsnode_modules/@types/react/index.d.ts:3719
maskUnits?string | number-ComponentProps.maskUnitsnode_modules/@types/react/index.d.ts:3720
mathematical?string | number-ComponentProps.mathematicalnode_modules/@types/react/index.d.ts:3721
mode?string | number-ComponentProps.modenode_modules/@types/react/index.d.ts:3722
numOctaves?string | number-ComponentProps.numOctavesnode_modules/@types/react/index.d.ts:3723
offset?string | number-ComponentProps.offsetnode_modules/@types/react/index.d.ts:3724
opacity?string | number-ComponentProps.opacitynode_modules/@types/react/index.d.ts:3725
operator?string | number-ComponentProps.operatornode_modules/@types/react/index.d.ts:3726
order?string | number-ComponentProps.ordernode_modules/@types/react/index.d.ts:3727
orient?string | number-ComponentProps.orientnode_modules/@types/react/index.d.ts:3728
orientation?string | number-ComponentProps.orientationnode_modules/@types/react/index.d.ts:3729
origin?string | number-ComponentProps.originnode_modules/@types/react/index.d.ts:3730
overflow?string | number-ComponentProps.overflownode_modules/@types/react/index.d.ts:3731
overlinePosition?string | number-ComponentProps.overlinePositionnode_modules/@types/react/index.d.ts:3732
overlineThickness?string | number-ComponentProps.overlineThicknessnode_modules/@types/react/index.d.ts:3733
paintOrder?string | number-ComponentProps.paintOrdernode_modules/@types/react/index.d.ts:3734
panose1?string | number-ComponentProps.panose1node_modules/@types/react/index.d.ts:3735
path?string-ComponentProps.pathnode_modules/@types/react/index.d.ts:3736
pathLength?string | number-ComponentProps.pathLengthnode_modules/@types/react/index.d.ts:3737
patternContentUnits?string-ComponentProps.patternContentUnitsnode_modules/@types/react/index.d.ts:3738
patternTransform?string | number-ComponentProps.patternTransformnode_modules/@types/react/index.d.ts:3739
patternUnits?string-ComponentProps.patternUnitsnode_modules/@types/react/index.d.ts:3740
pointerEvents?string | number-ComponentProps.pointerEventsnode_modules/@types/react/index.d.ts:3741
points?string-ComponentProps.pointsnode_modules/@types/react/index.d.ts:3742
pointsAtX?string | number-ComponentProps.pointsAtXnode_modules/@types/react/index.d.ts:3743
pointsAtY?string | number-ComponentProps.pointsAtYnode_modules/@types/react/index.d.ts:3744
pointsAtZ?string | number-ComponentProps.pointsAtZnode_modules/@types/react/index.d.ts:3745
preserveAlpha?Booleanish-ComponentProps.preserveAlphanode_modules/@types/react/index.d.ts:3746
preserveAspectRatio?string-ComponentProps.preserveAspectRationode_modules/@types/react/index.d.ts:3747
primitiveUnits?string | number-ComponentProps.primitiveUnitsnode_modules/@types/react/index.d.ts:3748
r?string | number-ComponentProps.rnode_modules/@types/react/index.d.ts:3749
radius?string | number-ComponentProps.radiusnode_modules/@types/react/index.d.ts:3750
refX?string | number-ComponentProps.refXnode_modules/@types/react/index.d.ts:3751
refY?string | number-ComponentProps.refYnode_modules/@types/react/index.d.ts:3752
renderingIntent?string | number-ComponentProps.renderingIntentnode_modules/@types/react/index.d.ts:3753
repeatCount?string | number-ComponentProps.repeatCountnode_modules/@types/react/index.d.ts:3754
repeatDur?string | number-ComponentProps.repeatDurnode_modules/@types/react/index.d.ts:3755
requiredExtensions?string | number-ComponentProps.requiredExtensionsnode_modules/@types/react/index.d.ts:3756
requiredFeatures?string | number-ComponentProps.requiredFeaturesnode_modules/@types/react/index.d.ts:3757
restart?string | number-ComponentProps.restartnode_modules/@types/react/index.d.ts:3758
result?string-ComponentProps.resultnode_modules/@types/react/index.d.ts:3759
rotate?string | number-ComponentProps.rotatenode_modules/@types/react/index.d.ts:3760
rx?string | number-ComponentProps.rxnode_modules/@types/react/index.d.ts:3761
ry?string | number-ComponentProps.rynode_modules/@types/react/index.d.ts:3762
scale?string | number-ComponentProps.scalenode_modules/@types/react/index.d.ts:3763
seed?string | number-ComponentProps.seednode_modules/@types/react/index.d.ts:3764
shapeRendering?string | number-ComponentProps.shapeRenderingnode_modules/@types/react/index.d.ts:3765
slope?string | number-ComponentProps.slopenode_modules/@types/react/index.d.ts:3766
spacing?string | number-ComponentProps.spacingnode_modules/@types/react/index.d.ts:3767
specularConstant?string | number-ComponentProps.specularConstantnode_modules/@types/react/index.d.ts:3768
specularExponent?string | number-ComponentProps.specularExponentnode_modules/@types/react/index.d.ts:3769
speed?string | number-ComponentProps.speednode_modules/@types/react/index.d.ts:3770
spreadMethod?string-ComponentProps.spreadMethodnode_modules/@types/react/index.d.ts:3771
startOffset?string | number-ComponentProps.startOffsetnode_modules/@types/react/index.d.ts:3772
stdDeviation?string | number-ComponentProps.stdDeviationnode_modules/@types/react/index.d.ts:3773
stemh?string | number-ComponentProps.stemhnode_modules/@types/react/index.d.ts:3774
stemv?string | number-ComponentProps.stemvnode_modules/@types/react/index.d.ts:3775
stitchTiles?string | number-ComponentProps.stitchTilesnode_modules/@types/react/index.d.ts:3776
stopColor?string-ComponentProps.stopColornode_modules/@types/react/index.d.ts:3777
stopOpacity?string | number-ComponentProps.stopOpacitynode_modules/@types/react/index.d.ts:3778
strikethroughPosition?string | number-ComponentProps.strikethroughPositionnode_modules/@types/react/index.d.ts:3779
strikethroughThickness?string | number-ComponentProps.strikethroughThicknessnode_modules/@types/react/index.d.ts:3780
string?string | number-ComponentProps.stringnode_modules/@types/react/index.d.ts:3781
stroke?string-ComponentProps.strokenode_modules/@types/react/index.d.ts:3782
strokeDasharray?string | number-ComponentProps.strokeDasharraynode_modules/@types/react/index.d.ts:3783
strokeDashoffset?string | number-ComponentProps.strokeDashoffsetnode_modules/@types/react/index.d.ts:3784
strokeLinecap?"inherit" | "round" | "butt" | "square"-ComponentProps.strokeLinecapnode_modules/@types/react/index.d.ts:3785
strokeLinejoin?"inherit" | "round" | "miter" | "bevel"-ComponentProps.strokeLinejoinnode_modules/@types/react/index.d.ts:3786
strokeMiterlimit?string | number-ComponentProps.strokeMiterlimitnode_modules/@types/react/index.d.ts:3787
strokeOpacity?string | number-ComponentProps.strokeOpacitynode_modules/@types/react/index.d.ts:3788
strokeWidth?string | number-ComponentProps.strokeWidthnode_modules/@types/react/index.d.ts:3789
surfaceScale?string | number-ComponentProps.surfaceScalenode_modules/@types/react/index.d.ts:3790
systemLanguage?string | number-ComponentProps.systemLanguagenode_modules/@types/react/index.d.ts:3791
tableValues?string | number-ComponentProps.tableValuesnode_modules/@types/react/index.d.ts:3792
targetX?string | number-ComponentProps.targetXnode_modules/@types/react/index.d.ts:3793
targetY?string | number-ComponentProps.targetYnode_modules/@types/react/index.d.ts:3794
textAnchor?"inherit" | "end" | "middle" | "start"-ComponentProps.textAnchornode_modules/@types/react/index.d.ts:3795
textDecoration?string | number-ComponentProps.textDecorationnode_modules/@types/react/index.d.ts:3796
textLength?string | number-ComponentProps.textLengthnode_modules/@types/react/index.d.ts:3797
textRendering?string | number-ComponentProps.textRenderingnode_modules/@types/react/index.d.ts:3798
to?string | number-ComponentProps.tonode_modules/@types/react/index.d.ts:3799
transform?string-ComponentProps.transformnode_modules/@types/react/index.d.ts:3800
u1?string | number-ComponentProps.u1node_modules/@types/react/index.d.ts:3801
u2?string | number-ComponentProps.u2node_modules/@types/react/index.d.ts:3802
underlinePosition?string | number-ComponentProps.underlinePositionnode_modules/@types/react/index.d.ts:3803
underlineThickness?string | number-ComponentProps.underlineThicknessnode_modules/@types/react/index.d.ts:3804
unicode?string | number-ComponentProps.unicodenode_modules/@types/react/index.d.ts:3805
unicodeBidi?string | number-ComponentProps.unicodeBidinode_modules/@types/react/index.d.ts:3806
unicodeRange?string | number-ComponentProps.unicodeRangenode_modules/@types/react/index.d.ts:3807
unitsPerEm?string | number-ComponentProps.unitsPerEmnode_modules/@types/react/index.d.ts:3808
vAlphabetic?string | number-ComponentProps.vAlphabeticnode_modules/@types/react/index.d.ts:3809
values?string-ComponentProps.valuesnode_modules/@types/react/index.d.ts:3810
vectorEffect?string | number-ComponentProps.vectorEffectnode_modules/@types/react/index.d.ts:3811
version?string-ComponentProps.versionnode_modules/@types/react/index.d.ts:3812
vertAdvY?string | number-ComponentProps.vertAdvYnode_modules/@types/react/index.d.ts:3813
vertOriginX?string | number-ComponentProps.vertOriginXnode_modules/@types/react/index.d.ts:3814
vertOriginY?string | number-ComponentProps.vertOriginYnode_modules/@types/react/index.d.ts:3815
vHanging?string | number-ComponentProps.vHangingnode_modules/@types/react/index.d.ts:3816
vIdeographic?string | number-ComponentProps.vIdeographicnode_modules/@types/react/index.d.ts:3817
viewBox?string-ComponentProps.viewBoxnode_modules/@types/react/index.d.ts:3818
viewTarget?string | number-ComponentProps.viewTargetnode_modules/@types/react/index.d.ts:3819
visibility?string | number-ComponentProps.visibilitynode_modules/@types/react/index.d.ts:3820
vMathematical?string | number-ComponentProps.vMathematicalnode_modules/@types/react/index.d.ts:3821
widths?string | number-ComponentProps.widthsnode_modules/@types/react/index.d.ts:3822
wordSpacing?string | number-ComponentProps.wordSpacingnode_modules/@types/react/index.d.ts:3823
writingMode?string | number-ComponentProps.writingModenode_modules/@types/react/index.d.ts:3824
x1?string | number-ComponentProps.x1node_modules/@types/react/index.d.ts:3825
x2?string | number-ComponentProps.x2node_modules/@types/react/index.d.ts:3826
x?string | number-ComponentProps.xnode_modules/@types/react/index.d.ts:3827
xChannelSelector?string-ComponentProps.xChannelSelectornode_modules/@types/react/index.d.ts:3828
xHeight?string | number-ComponentProps.xHeightnode_modules/@types/react/index.d.ts:3829
xlinkActuate?string-ComponentProps.xlinkActuatenode_modules/@types/react/index.d.ts:3830
xlinkArcrole?string-ComponentProps.xlinkArcrolenode_modules/@types/react/index.d.ts:3831
xlinkHref?string-ComponentProps.xlinkHrefnode_modules/@types/react/index.d.ts:3832
xlinkRole?string-ComponentProps.xlinkRolenode_modules/@types/react/index.d.ts:3833
xlinkShow?string-ComponentProps.xlinkShownode_modules/@types/react/index.d.ts:3834
xlinkTitle?string-ComponentProps.xlinkTitlenode_modules/@types/react/index.d.ts:3835
xlinkType?string-ComponentProps.xlinkTypenode_modules/@types/react/index.d.ts:3836
xmlBase?string-ComponentProps.xmlBasenode_modules/@types/react/index.d.ts:3837
xmlLang?string-ComponentProps.xmlLangnode_modules/@types/react/index.d.ts:3838
xmlns?string-ComponentProps.xmlnsnode_modules/@types/react/index.d.ts:3839
xmlnsXlink?string-ComponentProps.xmlnsXlinknode_modules/@types/react/index.d.ts:3840
xmlSpace?string-ComponentProps.xmlSpacenode_modules/@types/react/index.d.ts:3841
y1?string | number-ComponentProps.y1node_modules/@types/react/index.d.ts:3842
y2?string | number-ComponentProps.y2node_modules/@types/react/index.d.ts:3843
y?string | number-ComponentProps.ynode_modules/@types/react/index.d.ts:3844
yChannelSelector?string-ComponentProps.yChannelSelectornode_modules/@types/react/index.d.ts:3845
z?string | number-ComponentProps.znode_modules/@types/react/index.d.ts:3846
zoomAndPan?string-ComponentProps.zoomAndPannode_modules/@types/react/index.d.ts:3847
size?string | number-ComponentProps.sizenode_modules/lucide-react/dist/lucide-react.d.ts:14
absoluteStrokeWidth?boolean-ComponentProps.absoluteStrokeWidthnode_modules/lucide-react/dist/lucide-react.d.ts:15

Spinner()

function Spinner(__namedParameters): Element;

Defined in: src/components/Spinner/Spinner.tsx:18

Loading indicator icon, shows infinite spinning animation.

Parameters

ParameterType
__namedParametersSpinnerProps

Returns

Element