Skip to main content

Spinner

Storybook

Go to Story

SpinnerProps

Defined in: packages/design-system/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:259
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:301
children?ReactNode-ComponentProps.childrennode_modules/@types/react/index.d.ts:2276
dangerouslySetInnerHTML?object-ComponentProps.dangerouslySetInnerHTMLnode_modules/@types/react/index.d.ts:2277
dangerouslySetInnerHTML.__htmlstring | TrustedHTML--node_modules/@types/react/index.d.ts:2280
onCopy?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onCopynode_modules/@types/react/index.d.ts:2284
onCopyCapture?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onCopyCapturenode_modules/@types/react/index.d.ts:2285
onCut?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onCutnode_modules/@types/react/index.d.ts:2286
onCutCapture?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onCutCapturenode_modules/@types/react/index.d.ts:2287
onPaste?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onPastenode_modules/@types/react/index.d.ts:2288
onPasteCapture?ClipboardEventHandler<SVGSVGElement>-ComponentProps.onPasteCapturenode_modules/@types/react/index.d.ts:2289
onCompositionEnd?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionEndnode_modules/@types/react/index.d.ts:2292
onCompositionEndCapture?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionEndCapturenode_modules/@types/react/index.d.ts:2293
onCompositionStart?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionStartnode_modules/@types/react/index.d.ts:2294
onCompositionStartCapture?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionStartCapturenode_modules/@types/react/index.d.ts:2295
onCompositionUpdate?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionUpdatenode_modules/@types/react/index.d.ts:2296
onCompositionUpdateCapture?CompositionEventHandler<SVGSVGElement>-ComponentProps.onCompositionUpdateCapturenode_modules/@types/react/index.d.ts:2297
onFocus?FocusEventHandler<SVGSVGElement>-ComponentProps.onFocusnode_modules/@types/react/index.d.ts:2300
onFocusCapture?FocusEventHandler<SVGSVGElement>-ComponentProps.onFocusCapturenode_modules/@types/react/index.d.ts:2301
onBlur?FocusEventHandler<SVGSVGElement>-ComponentProps.onBlurnode_modules/@types/react/index.d.ts:2302
onBlurCapture?FocusEventHandler<SVGSVGElement>-ComponentProps.onBlurCapturenode_modules/@types/react/index.d.ts:2303
onChange?ChangeEventHandler<SVGSVGElement, Element>-ComponentProps.onChangenode_modules/@types/react/index.d.ts:2306
onChangeCapture?ChangeEventHandler<SVGSVGElement, Element>-ComponentProps.onChangeCapturenode_modules/@types/react/index.d.ts:2307
onBeforeInput?InputEventHandler<SVGSVGElement>-ComponentProps.onBeforeInputnode_modules/@types/react/index.d.ts:2308
onBeforeInputCapture?InputEventHandler<SVGSVGElement>-ComponentProps.onBeforeInputCapturenode_modules/@types/react/index.d.ts:2309
onInput?InputEventHandler<SVGSVGElement>-ComponentProps.onInputnode_modules/@types/react/index.d.ts:2310
onInputCapture?InputEventHandler<SVGSVGElement>-ComponentProps.onInputCapturenode_modules/@types/react/index.d.ts:2311
onReset?ReactEventHandler<SVGSVGElement>-ComponentProps.onResetnode_modules/@types/react/index.d.ts:2312
onResetCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onResetCapturenode_modules/@types/react/index.d.ts:2313
onSubmit?SubmitEventHandler<SVGSVGElement>-ComponentProps.onSubmitnode_modules/@types/react/index.d.ts:2314
onSubmitCapture?SubmitEventHandler<SVGSVGElement>-ComponentProps.onSubmitCapturenode_modules/@types/react/index.d.ts:2315
onInvalid?ReactEventHandler<SVGSVGElement>-ComponentProps.onInvalidnode_modules/@types/react/index.d.ts:2316
onInvalidCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onInvalidCapturenode_modules/@types/react/index.d.ts:2317
onLoad?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadnode_modules/@types/react/index.d.ts:2320
onLoadCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadCapturenode_modules/@types/react/index.d.ts:2321
onError?ReactEventHandler<SVGSVGElement>-ComponentProps.onErrornode_modules/@types/react/index.d.ts:2322
onErrorCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onErrorCapturenode_modules/@types/react/index.d.ts:2323
onKeyDown?KeyboardEventHandler<SVGSVGElement>-ComponentProps.onKeyDownnode_modules/@types/react/index.d.ts:2326
onKeyDownCapture?KeyboardEventHandler<SVGSVGElement>-ComponentProps.onKeyDownCapturenode_modules/@types/react/index.d.ts:2327
onKeyPress?KeyboardEventHandler<SVGSVGElement>Deprecated Use onKeyUp or onKeyDown insteadComponentProps.onKeyPressnode_modules/@types/react/index.d.ts:2329
onKeyPressCapture?KeyboardEventHandler<SVGSVGElement>Deprecated Use onKeyUpCapture or onKeyDownCapture insteadComponentProps.onKeyPressCapturenode_modules/@types/react/index.d.ts:2331
onKeyUp?KeyboardEventHandler<SVGSVGElement>-ComponentProps.onKeyUpnode_modules/@types/react/index.d.ts:2332
onKeyUpCapture?KeyboardEventHandler<SVGSVGElement>-ComponentProps.onKeyUpCapturenode_modules/@types/react/index.d.ts:2333
onAbort?ReactEventHandler<SVGSVGElement>-ComponentProps.onAbortnode_modules/@types/react/index.d.ts:2336
onAbortCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onAbortCapturenode_modules/@types/react/index.d.ts:2337
onCanPlay?ReactEventHandler<SVGSVGElement>-ComponentProps.onCanPlaynode_modules/@types/react/index.d.ts:2338
onCanPlayCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onCanPlayCapturenode_modules/@types/react/index.d.ts:2339
onCanPlayThrough?ReactEventHandler<SVGSVGElement>-ComponentProps.onCanPlayThroughnode_modules/@types/react/index.d.ts:2340
onCanPlayThroughCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onCanPlayThroughCapturenode_modules/@types/react/index.d.ts:2341
onDurationChange?ReactEventHandler<SVGSVGElement>-ComponentProps.onDurationChangenode_modules/@types/react/index.d.ts:2342
onDurationChangeCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onDurationChangeCapturenode_modules/@types/react/index.d.ts:2343
onEmptied?ReactEventHandler<SVGSVGElement>-ComponentProps.onEmptiednode_modules/@types/react/index.d.ts:2344
onEmptiedCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onEmptiedCapturenode_modules/@types/react/index.d.ts:2345
onEncrypted?ReactEventHandler<SVGSVGElement>-ComponentProps.onEncryptednode_modules/@types/react/index.d.ts:2346
onEncryptedCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onEncryptedCapturenode_modules/@types/react/index.d.ts:2347
onEnded?ReactEventHandler<SVGSVGElement>-ComponentProps.onEndednode_modules/@types/react/index.d.ts:2348
onEndedCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onEndedCapturenode_modules/@types/react/index.d.ts:2349
onLoadedData?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadedDatanode_modules/@types/react/index.d.ts:2350
onLoadedDataCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadedDataCapturenode_modules/@types/react/index.d.ts:2351
onLoadedMetadata?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadedMetadatanode_modules/@types/react/index.d.ts:2352
onLoadedMetadataCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadedMetadataCapturenode_modules/@types/react/index.d.ts:2353
onLoadStart?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadStartnode_modules/@types/react/index.d.ts:2354
onLoadStartCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onLoadStartCapturenode_modules/@types/react/index.d.ts:2355
onPause?ReactEventHandler<SVGSVGElement>-ComponentProps.onPausenode_modules/@types/react/index.d.ts:2356
onPauseCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onPauseCapturenode_modules/@types/react/index.d.ts:2357
onPlay?ReactEventHandler<SVGSVGElement>-ComponentProps.onPlaynode_modules/@types/react/index.d.ts:2358
onPlayCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onPlayCapturenode_modules/@types/react/index.d.ts:2359
onPlaying?ReactEventHandler<SVGSVGElement>-ComponentProps.onPlayingnode_modules/@types/react/index.d.ts:2360
onPlayingCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onPlayingCapturenode_modules/@types/react/index.d.ts:2361
onProgress?ReactEventHandler<SVGSVGElement>-ComponentProps.onProgressnode_modules/@types/react/index.d.ts:2362
onProgressCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onProgressCapturenode_modules/@types/react/index.d.ts:2363
onRateChange?ReactEventHandler<SVGSVGElement>-ComponentProps.onRateChangenode_modules/@types/react/index.d.ts:2364
onRateChangeCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onRateChangeCapturenode_modules/@types/react/index.d.ts:2365
onSeeked?ReactEventHandler<SVGSVGElement>-ComponentProps.onSeekednode_modules/@types/react/index.d.ts:2366
onSeekedCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onSeekedCapturenode_modules/@types/react/index.d.ts:2367
onSeeking?ReactEventHandler<SVGSVGElement>-ComponentProps.onSeekingnode_modules/@types/react/index.d.ts:2368
onSeekingCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onSeekingCapturenode_modules/@types/react/index.d.ts:2369
onStalled?ReactEventHandler<SVGSVGElement>-ComponentProps.onStallednode_modules/@types/react/index.d.ts:2370
onStalledCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onStalledCapturenode_modules/@types/react/index.d.ts:2371
onSuspend?ReactEventHandler<SVGSVGElement>-ComponentProps.onSuspendnode_modules/@types/react/index.d.ts:2372
onSuspendCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onSuspendCapturenode_modules/@types/react/index.d.ts:2373
onTimeUpdate?ReactEventHandler<SVGSVGElement>-ComponentProps.onTimeUpdatenode_modules/@types/react/index.d.ts:2374
onTimeUpdateCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onTimeUpdateCapturenode_modules/@types/react/index.d.ts:2375
onVolumeChange?ReactEventHandler<SVGSVGElement>-ComponentProps.onVolumeChangenode_modules/@types/react/index.d.ts:2376
onVolumeChangeCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onVolumeChangeCapturenode_modules/@types/react/index.d.ts:2377
onWaiting?ReactEventHandler<SVGSVGElement>-ComponentProps.onWaitingnode_modules/@types/react/index.d.ts:2378
onWaitingCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onWaitingCapturenode_modules/@types/react/index.d.ts:2379
onAuxClick?MouseEventHandler<SVGSVGElement>-ComponentProps.onAuxClicknode_modules/@types/react/index.d.ts:2382
onAuxClickCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onAuxClickCapturenode_modules/@types/react/index.d.ts:2383
onClick?MouseEventHandler<SVGSVGElement>-ComponentProps.onClicknode_modules/@types/react/index.d.ts:2384
onClickCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onClickCapturenode_modules/@types/react/index.d.ts:2385
onContextMenu?MouseEventHandler<SVGSVGElement>-ComponentProps.onContextMenunode_modules/@types/react/index.d.ts:2386
onContextMenuCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onContextMenuCapturenode_modules/@types/react/index.d.ts:2387
onDoubleClick?MouseEventHandler<SVGSVGElement>-ComponentProps.onDoubleClicknode_modules/@types/react/index.d.ts:2388
onDoubleClickCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onDoubleClickCapturenode_modules/@types/react/index.d.ts:2389
onDrag?DragEventHandler<SVGSVGElement>-ComponentProps.onDragnode_modules/@types/react/index.d.ts:2390
onDragCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragCapturenode_modules/@types/react/index.d.ts:2391
onDragEnd?DragEventHandler<SVGSVGElement>-ComponentProps.onDragEndnode_modules/@types/react/index.d.ts:2392
onDragEndCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragEndCapturenode_modules/@types/react/index.d.ts:2393
onDragEnter?DragEventHandler<SVGSVGElement>-ComponentProps.onDragEnternode_modules/@types/react/index.d.ts:2394
onDragEnterCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragEnterCapturenode_modules/@types/react/index.d.ts:2395
onDragExit?DragEventHandler<SVGSVGElement>-ComponentProps.onDragExitnode_modules/@types/react/index.d.ts:2396
onDragExitCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragExitCapturenode_modules/@types/react/index.d.ts:2397
onDragLeave?DragEventHandler<SVGSVGElement>-ComponentProps.onDragLeavenode_modules/@types/react/index.d.ts:2398
onDragLeaveCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragLeaveCapturenode_modules/@types/react/index.d.ts:2399
onDragOver?DragEventHandler<SVGSVGElement>-ComponentProps.onDragOvernode_modules/@types/react/index.d.ts:2400
onDragOverCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragOverCapturenode_modules/@types/react/index.d.ts:2401
onDragStart?DragEventHandler<SVGSVGElement>-ComponentProps.onDragStartnode_modules/@types/react/index.d.ts:2402
onDragStartCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDragStartCapturenode_modules/@types/react/index.d.ts:2403
onDrop?DragEventHandler<SVGSVGElement>-ComponentProps.onDropnode_modules/@types/react/index.d.ts:2404
onDropCapture?DragEventHandler<SVGSVGElement>-ComponentProps.onDropCapturenode_modules/@types/react/index.d.ts:2405
onMouseDown?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseDownnode_modules/@types/react/index.d.ts:2406
onMouseDownCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseDownCapturenode_modules/@types/react/index.d.ts:2407
onMouseEnter?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseEnternode_modules/@types/react/index.d.ts:2408
onMouseLeave?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseLeavenode_modules/@types/react/index.d.ts:2409
onMouseMove?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseMovenode_modules/@types/react/index.d.ts:2410
onMouseMoveCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseMoveCapturenode_modules/@types/react/index.d.ts:2411
onMouseOut?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseOutnode_modules/@types/react/index.d.ts:2412
onMouseOutCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseOutCapturenode_modules/@types/react/index.d.ts:2413
onMouseOver?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseOvernode_modules/@types/react/index.d.ts:2414
onMouseOverCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseOverCapturenode_modules/@types/react/index.d.ts:2415
onMouseUp?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseUpnode_modules/@types/react/index.d.ts:2416
onMouseUpCapture?MouseEventHandler<SVGSVGElement>-ComponentProps.onMouseUpCapturenode_modules/@types/react/index.d.ts:2417
onSelect?ReactEventHandler<SVGSVGElement>-ComponentProps.onSelectnode_modules/@types/react/index.d.ts:2420
onSelectCapture?ReactEventHandler<SVGSVGElement>-ComponentProps.onSelectCapturenode_modules/@types/react/index.d.ts:2421
onTouchCancel?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchCancelnode_modules/@types/react/index.d.ts:2424
onTouchCancelCapture?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchCancelCapturenode_modules/@types/react/index.d.ts:2425
onTouchEnd?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchEndnode_modules/@types/react/index.d.ts:2426
onTouchEndCapture?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchEndCapturenode_modules/@types/react/index.d.ts:2427
onTouchMove?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchMovenode_modules/@types/react/index.d.ts:2428
onTouchMoveCapture?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchMoveCapturenode_modules/@types/react/index.d.ts:2429
onTouchStart?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchStartnode_modules/@types/react/index.d.ts:2430
onTouchStartCapture?TouchEventHandler<SVGSVGElement>-ComponentProps.onTouchStartCapturenode_modules/@types/react/index.d.ts:2431
onPointerDown?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerDownnode_modules/@types/react/index.d.ts:2434
onPointerDownCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerDownCapturenode_modules/@types/react/index.d.ts:2435
onPointerMove?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerMovenode_modules/@types/react/index.d.ts:2436
onPointerMoveCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerMoveCapturenode_modules/@types/react/index.d.ts:2437
onPointerUp?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerUpnode_modules/@types/react/index.d.ts:2438
onPointerUpCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerUpCapturenode_modules/@types/react/index.d.ts:2439
onPointerCancel?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerCancelnode_modules/@types/react/index.d.ts:2440
onPointerCancelCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerCancelCapturenode_modules/@types/react/index.d.ts:2441
onPointerEnter?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerEnternode_modules/@types/react/index.d.ts:2442
onPointerLeave?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerLeavenode_modules/@types/react/index.d.ts:2443
onPointerOver?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerOvernode_modules/@types/react/index.d.ts:2444
onPointerOverCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerOverCapturenode_modules/@types/react/index.d.ts:2445
onPointerOut?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerOutnode_modules/@types/react/index.d.ts:2446
onPointerOutCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onPointerOutCapturenode_modules/@types/react/index.d.ts:2447
onGotPointerCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onGotPointerCapturenode_modules/@types/react/index.d.ts:2448
onGotPointerCaptureCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onGotPointerCaptureCapturenode_modules/@types/react/index.d.ts:2449
onLostPointerCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onLostPointerCapturenode_modules/@types/react/index.d.ts:2450
onLostPointerCaptureCapture?PointerEventHandler<SVGSVGElement>-ComponentProps.onLostPointerCaptureCapturenode_modules/@types/react/index.d.ts:2451
onScroll?UIEventHandler<SVGSVGElement>-ComponentProps.onScrollnode_modules/@types/react/index.d.ts:2454
onScrollCapture?UIEventHandler<SVGSVGElement>-ComponentProps.onScrollCapturenode_modules/@types/react/index.d.ts:2455
onScrollEnd?UIEventHandler<SVGSVGElement>-ComponentProps.onScrollEndnode_modules/@types/react/index.d.ts:2456
onScrollEndCapture?UIEventHandler<SVGSVGElement>-ComponentProps.onScrollEndCapturenode_modules/@types/react/index.d.ts:2457
onWheel?WheelEventHandler<SVGSVGElement>-ComponentProps.onWheelnode_modules/@types/react/index.d.ts:2460
onWheelCapture?WheelEventHandler<SVGSVGElement>-ComponentProps.onWheelCapturenode_modules/@types/react/index.d.ts:2461
onAnimationStart?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationStartnode_modules/@types/react/index.d.ts:2464
onAnimationStartCapture?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationStartCapturenode_modules/@types/react/index.d.ts:2465
onAnimationEnd?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationEndnode_modules/@types/react/index.d.ts:2466
onAnimationEndCapture?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationEndCapturenode_modules/@types/react/index.d.ts:2467
onAnimationIteration?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationIterationnode_modules/@types/react/index.d.ts:2468
onAnimationIterationCapture?AnimationEventHandler<SVGSVGElement>-ComponentProps.onAnimationIterationCapturenode_modules/@types/react/index.d.ts:2469
onToggle?ToggleEventHandler<SVGSVGElement>-ComponentProps.onTogglenode_modules/@types/react/index.d.ts:2472
onBeforeToggle?ToggleEventHandler<SVGSVGElement>-ComponentProps.onBeforeTogglenode_modules/@types/react/index.d.ts:2473
onTransitionCancel?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionCancelnode_modules/@types/react/index.d.ts:2476
onTransitionCancelCapture?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionCancelCapturenode_modules/@types/react/index.d.ts:2477
onTransitionEnd?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionEndnode_modules/@types/react/index.d.ts:2478
onTransitionEndCapture?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionEndCapturenode_modules/@types/react/index.d.ts:2479
onTransitionRun?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionRunnode_modules/@types/react/index.d.ts:2480
onTransitionRunCapture?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionRunCapturenode_modules/@types/react/index.d.ts:2481
onTransitionStart?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionStartnode_modules/@types/react/index.d.ts:2482
onTransitionStartCapture?TransitionEventHandler<SVGSVGElement>-ComponentProps.onTransitionStartCapturenode_modules/@types/react/index.d.ts:2483
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:2500
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:2502
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:2507
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:2513
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:2518
aria-busy?Booleanish-ButtonProps.aria-busynode_modules/@types/react/index.d.ts:2519
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:2524
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:2529
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:2534
aria-colindextext?stringDefines a human readable text alternative of aria-colindex. See aria-rowindextext.ButtonProps.aria-colindextextnode_modules/@types/react/index.d.ts:2539
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:2544
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:2549
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:2551
aria-describedby?stringIdentifies the element (or elements) that describes the object. See aria-labelledbyButtonProps.aria-describedbynode_modules/@types/react/index.d.ts:2556
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:2561
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:2566
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:2571
aria-dropeffect?"none" | "link" | "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:2576
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:2581
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:2583
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:2588
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:2593
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:2595
aria-hidden?BooleanishIndicates whether the element is exposed to an accessibility API. See aria-disabled.ButtonProps.aria-hiddennode_modules/@types/react/index.d.ts:2600
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:2605
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:2607
aria-label?stringDefines a string value that labels the current element. See aria-labelledby.ButtonProps.aria-labelnode_modules/@types/react/index.d.ts:2612
aria-labelledby?stringIdentifies the element (or elements) that labels the current element. See aria-describedby.ButtonProps.aria-labelledbynode_modules/@types/react/index.d.ts:2617
aria-level?numberDefines the hierarchical level of an element within a structure.ButtonProps.aria-levelnode_modules/@types/react/index.d.ts:2619
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:2621
aria-modal?BooleanishIndicates whether an element is modal when displayed.ButtonProps.aria-modalnode_modules/@types/react/index.d.ts:2623
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:2625
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:2627
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:2629
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:2635
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:2640
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:2645
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:2650
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:2655
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:2660
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:2673
aria-roledescription?stringDefines a human-readable, author-localized description for the role of an element.ButtonProps.aria-roledescriptionnode_modules/@types/react/index.d.ts:2675
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:2680
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:2685
aria-rowindextext?stringDefines a human readable text alternative of aria-rowindex. See aria-colindextext.ButtonProps.aria-rowindextextnode_modules/@types/react/index.d.ts:2690
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:2695
aria-selected?BooleanishIndicates the current "selected" state of various widgets. See - aria-checked - aria-pressed.ButtonProps.aria-selectednode_modules/@types/react/index.d.ts:2700
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:2705
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:2707
aria-valuemax?numberDefines the maximum allowed value for a range widget.ButtonProps.aria-valuemaxnode_modules/@types/react/index.d.ts:2709
aria-valuemin?numberDefines the minimum allowed value for a range widget.ButtonProps.aria-valueminnode_modules/@types/react/index.d.ts:2711
aria-valuenow?numberDefines the current value for a range widget. See aria-valuetext.ButtonProps.aria-valuenownode_modules/@types/react/index.d.ts:2716
aria-valuetext?stringDefines the human readable text alternative of aria-valuenow for a range widget.ButtonProps.aria-valuetextnode_modules/@types/react/index.d.ts:2718
suppressHydrationWarning?boolean-ComponentProps.suppressHydrationWarningnode_modules/@types/react/index.d.ts:3605
className?string-ComponentProps.classNamenode_modules/@types/react/index.d.ts:3609
color?string-ComponentProps.colornode_modules/@types/react/index.d.ts:3610
height?string | number-ComponentProps.heightnode_modules/@types/react/index.d.ts:3611
id?string-ComponentProps.idnode_modules/@types/react/index.d.ts:3612
lang?string-ComponentProps.langnode_modules/@types/react/index.d.ts:3613
max?string | number-ComponentProps.maxnode_modules/@types/react/index.d.ts:3614
media?string-ComponentProps.medianode_modules/@types/react/index.d.ts:3615
method?string-ComponentProps.methodnode_modules/@types/react/index.d.ts:3616
min?string | number-ComponentProps.minnode_modules/@types/react/index.d.ts:3617
name?string-ComponentProps.namenode_modules/@types/react/index.d.ts:3618
nonce?string-ComponentProps.noncenode_modules/@types/react/index.d.ts:3619
part?string-ComponentProps.partnode_modules/@types/react/index.d.ts:3620
slot?string-ComponentProps.slotnode_modules/@types/react/index.d.ts:3621
style?CSSProperties-ComponentProps.stylenode_modules/@types/react/index.d.ts:3622
target?string-ComponentProps.targetnode_modules/@types/react/index.d.ts:3623
type?string-ComponentProps.typenode_modules/@types/react/index.d.ts:3624
width?string | number-ComponentProps.widthnode_modules/@types/react/index.d.ts:3625
role?AriaRole-ComponentProps.rolenode_modules/@types/react/index.d.ts:3628
tabIndex?number-ComponentProps.tabIndexnode_modules/@types/react/index.d.ts:3629
crossOrigin?CrossOrigin-ComponentProps.crossOriginnode_modules/@types/react/index.d.ts:3630
accentHeight?string | number-ComponentProps.accentHeightnode_modules/@types/react/index.d.ts:3633
accumulate?"none" | "sum"-ComponentProps.accumulatenode_modules/@types/react/index.d.ts:3634
additive?"replace" | "sum"-ComponentProps.additivenode_modules/@types/react/index.d.ts:3635
alignmentBaseline?| "inherit" | "auto" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "baseline" | "central" | "middle" | "text-after-edge" | "text-before-edge" | "before-edge" | "after-edge"-ComponentProps.alignmentBaselinenode_modules/@types/react/index.d.ts:3636
allowReorder?"yes" | "no"-ComponentProps.allowReordernode_modules/@types/react/index.d.ts:3651
alphabetic?string | number-ComponentProps.alphabeticnode_modules/@types/react/index.d.ts:3652
amplitude?string | number-ComponentProps.amplitudenode_modules/@types/react/index.d.ts:3653
arabicForm?"initial" | "medial" | "terminal" | "isolated"-ComponentProps.arabicFormnode_modules/@types/react/index.d.ts:3654
ascent?string | number-ComponentProps.ascentnode_modules/@types/react/index.d.ts:3655
attributeName?string-ComponentProps.attributeNamenode_modules/@types/react/index.d.ts:3656
attributeType?string-ComponentProps.attributeTypenode_modules/@types/react/index.d.ts:3657
autoReverse?Booleanish-ComponentProps.autoReversenode_modules/@types/react/index.d.ts:3658
azimuth?string | number-ComponentProps.azimuthnode_modules/@types/react/index.d.ts:3659
baseFrequency?string | number-ComponentProps.baseFrequencynode_modules/@types/react/index.d.ts:3660
baselineShift?string | number-ComponentProps.baselineShiftnode_modules/@types/react/index.d.ts:3661
baseProfile?string | number-ComponentProps.baseProfilenode_modules/@types/react/index.d.ts:3662
bbox?string | number-ComponentProps.bboxnode_modules/@types/react/index.d.ts:3663
begin?string | number-ComponentProps.beginnode_modules/@types/react/index.d.ts:3664
bias?string | number-ComponentProps.biasnode_modules/@types/react/index.d.ts:3665
by?string | number-ComponentProps.bynode_modules/@types/react/index.d.ts:3666
calcMode?string | number-ComponentProps.calcModenode_modules/@types/react/index.d.ts:3667
capHeight?string | number-ComponentProps.capHeightnode_modules/@types/react/index.d.ts:3668
clip?string | number-ComponentProps.clipnode_modules/@types/react/index.d.ts:3669
clipPath?string-ComponentProps.clipPathnode_modules/@types/react/index.d.ts:3670
clipPathUnits?string | number-ComponentProps.clipPathUnitsnode_modules/@types/react/index.d.ts:3671
clipRule?string | number-ComponentProps.clipRulenode_modules/@types/react/index.d.ts:3672
colorInterpolation?string | number-ComponentProps.colorInterpolationnode_modules/@types/react/index.d.ts:3673
colorInterpolationFilters?"inherit" | "auto" | "linearRGB" | "sRGB"-ComponentProps.colorInterpolationFiltersnode_modules/@types/react/index.d.ts:3674
colorProfile?string | number-ComponentProps.colorProfilenode_modules/@types/react/index.d.ts:3675
colorRendering?string | number-ComponentProps.colorRenderingnode_modules/@types/react/index.d.ts:3676
contentScriptType?string | number-ComponentProps.contentScriptTypenode_modules/@types/react/index.d.ts:3677
contentStyleType?string | number-ComponentProps.contentStyleTypenode_modules/@types/react/index.d.ts:3678
cursor?string | number-ComponentProps.cursornode_modules/@types/react/index.d.ts:3679
cx?string | number-ComponentProps.cxnode_modules/@types/react/index.d.ts:3680
cy?string | number-ComponentProps.cynode_modules/@types/react/index.d.ts:3681
d?string-ComponentProps.dnode_modules/@types/react/index.d.ts:3682
decelerate?string | number-ComponentProps.deceleratenode_modules/@types/react/index.d.ts:3683
descent?string | number-ComponentProps.descentnode_modules/@types/react/index.d.ts:3684
diffuseConstant?string | number-ComponentProps.diffuseConstantnode_modules/@types/react/index.d.ts:3685
direction?string | number-ComponentProps.directionnode_modules/@types/react/index.d.ts:3686
display?string | number-ComponentProps.displaynode_modules/@types/react/index.d.ts:3687
divisor?string | number-ComponentProps.divisornode_modules/@types/react/index.d.ts:3688
dominantBaseline?| "inherit" | "auto" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "central" | "middle" | "text-after-edge" | "text-before-edge" | "use-script" | "no-change" | "reset-size"-ComponentProps.dominantBaselinenode_modules/@types/react/index.d.ts:3689
dur?string | number-ComponentProps.durnode_modules/@types/react/index.d.ts:3704
dx?string | number-ComponentProps.dxnode_modules/@types/react/index.d.ts:3705
dy?string | number-ComponentProps.dynode_modules/@types/react/index.d.ts:3706
edgeMode?string | number-ComponentProps.edgeModenode_modules/@types/react/index.d.ts:3707
elevation?string | number-ComponentProps.elevationnode_modules/@types/react/index.d.ts:3708
enableBackground?string | number-ComponentProps.enableBackgroundnode_modules/@types/react/index.d.ts:3709
end?string | number-ComponentProps.endnode_modules/@types/react/index.d.ts:3710
exponent?string | number-ComponentProps.exponentnode_modules/@types/react/index.d.ts:3711
externalResourcesRequired?Booleanish-ComponentProps.externalResourcesRequirednode_modules/@types/react/index.d.ts:3712
fill?string-ComponentProps.fillnode_modules/@types/react/index.d.ts:3713
fillOpacity?string | number-ComponentProps.fillOpacitynode_modules/@types/react/index.d.ts:3714
fillRule?"inherit" | "evenodd" | "nonzero"-ComponentProps.fillRulenode_modules/@types/react/index.d.ts:3715
filter?string-ComponentProps.filternode_modules/@types/react/index.d.ts:3716
filterRes?string | number-ComponentProps.filterResnode_modules/@types/react/index.d.ts:3717
filterUnits?string | number-ComponentProps.filterUnitsnode_modules/@types/react/index.d.ts:3718
floodColor?string | number-ComponentProps.floodColornode_modules/@types/react/index.d.ts:3719
floodOpacity?string | number-ComponentProps.floodOpacitynode_modules/@types/react/index.d.ts:3720
focusable?Booleanish | "auto"-ComponentProps.focusablenode_modules/@types/react/index.d.ts:3721
fontFamily?string-ComponentProps.fontFamilynode_modules/@types/react/index.d.ts:3722
fontSize?string | number-ComponentProps.fontSizenode_modules/@types/react/index.d.ts:3723
fontSizeAdjust?string | number-ComponentProps.fontSizeAdjustnode_modules/@types/react/index.d.ts:3724
fontStretch?string | number-ComponentProps.fontStretchnode_modules/@types/react/index.d.ts:3725
fontStyle?string | number-ComponentProps.fontStylenode_modules/@types/react/index.d.ts:3726
fontVariant?string | number-ComponentProps.fontVariantnode_modules/@types/react/index.d.ts:3727
fontWeight?string | number-ComponentProps.fontWeightnode_modules/@types/react/index.d.ts:3728
format?string | number-ComponentProps.formatnode_modules/@types/react/index.d.ts:3729
fr?string | number-ComponentProps.frnode_modules/@types/react/index.d.ts:3730
from?string | number-ComponentProps.fromnode_modules/@types/react/index.d.ts:3731
fx?string | number-ComponentProps.fxnode_modules/@types/react/index.d.ts:3732
fy?string | number-ComponentProps.fynode_modules/@types/react/index.d.ts:3733
g1?string | number-ComponentProps.g1node_modules/@types/react/index.d.ts:3734
g2?string | number-ComponentProps.g2node_modules/@types/react/index.d.ts:3735
glyphName?string | number-ComponentProps.glyphNamenode_modules/@types/react/index.d.ts:3736
glyphOrientationHorizontal?string | number-ComponentProps.glyphOrientationHorizontalnode_modules/@types/react/index.d.ts:3737
glyphOrientationVertical?string | number-ComponentProps.glyphOrientationVerticalnode_modules/@types/react/index.d.ts:3738
glyphRef?string | number-ComponentProps.glyphRefnode_modules/@types/react/index.d.ts:3739
gradientTransform?string-ComponentProps.gradientTransformnode_modules/@types/react/index.d.ts:3740
gradientUnits?string-ComponentProps.gradientUnitsnode_modules/@types/react/index.d.ts:3741
hanging?string | number-ComponentProps.hangingnode_modules/@types/react/index.d.ts:3742
horizAdvX?string | number-ComponentProps.horizAdvXnode_modules/@types/react/index.d.ts:3743
horizOriginX?string | number-ComponentProps.horizOriginXnode_modules/@types/react/index.d.ts:3744
href?string-ComponentProps.hrefnode_modules/@types/react/index.d.ts:3745
ideographic?string | number-ComponentProps.ideographicnode_modules/@types/react/index.d.ts:3746
imageRendering?string | number-ComponentProps.imageRenderingnode_modules/@types/react/index.d.ts:3747
in2?string | number-ComponentProps.in2node_modules/@types/react/index.d.ts:3748
in?string-ComponentProps.innode_modules/@types/react/index.d.ts:3749
intercept?string | number-ComponentProps.interceptnode_modules/@types/react/index.d.ts:3750
k1?string | number-ComponentProps.k1node_modules/@types/react/index.d.ts:3751
k2?string | number-ComponentProps.k2node_modules/@types/react/index.d.ts:3752
k3?string | number-ComponentProps.k3node_modules/@types/react/index.d.ts:3753
k4?string | number-ComponentProps.k4node_modules/@types/react/index.d.ts:3754
k?string | number-ComponentProps.knode_modules/@types/react/index.d.ts:3755
kernelMatrix?string | number-ComponentProps.kernelMatrixnode_modules/@types/react/index.d.ts:3756
kernelUnitLength?string | number-ComponentProps.kernelUnitLengthnode_modules/@types/react/index.d.ts:3757
kerning?string | number-ComponentProps.kerningnode_modules/@types/react/index.d.ts:3758
keyPoints?string | number-ComponentProps.keyPointsnode_modules/@types/react/index.d.ts:3759
keySplines?string | number-ComponentProps.keySplinesnode_modules/@types/react/index.d.ts:3760
keyTimes?string | number-ComponentProps.keyTimesnode_modules/@types/react/index.d.ts:3761
lengthAdjust?string | number-ComponentProps.lengthAdjustnode_modules/@types/react/index.d.ts:3762
letterSpacing?string | number-ComponentProps.letterSpacingnode_modules/@types/react/index.d.ts:3763
lightingColor?string | number-ComponentProps.lightingColornode_modules/@types/react/index.d.ts:3764
limitingConeAngle?string | number-ComponentProps.limitingConeAnglenode_modules/@types/react/index.d.ts:3765
local?string | number-ComponentProps.localnode_modules/@types/react/index.d.ts:3766
markerEnd?string-ComponentProps.markerEndnode_modules/@types/react/index.d.ts:3767
markerHeight?string | number-ComponentProps.markerHeightnode_modules/@types/react/index.d.ts:3768
markerMid?string-ComponentProps.markerMidnode_modules/@types/react/index.d.ts:3769
markerStart?string-ComponentProps.markerStartnode_modules/@types/react/index.d.ts:3770
markerUnits?string | number-ComponentProps.markerUnitsnode_modules/@types/react/index.d.ts:3771
markerWidth?string | number-ComponentProps.markerWidthnode_modules/@types/react/index.d.ts:3772
mask?string-ComponentProps.masknode_modules/@types/react/index.d.ts:3773
maskContentUnits?string | number-ComponentProps.maskContentUnitsnode_modules/@types/react/index.d.ts:3774
maskUnits?string | number-ComponentProps.maskUnitsnode_modules/@types/react/index.d.ts:3775
mathematical?string | number-ComponentProps.mathematicalnode_modules/@types/react/index.d.ts:3776
mode?string | number-ComponentProps.modenode_modules/@types/react/index.d.ts:3777
numOctaves?string | number-ComponentProps.numOctavesnode_modules/@types/react/index.d.ts:3778
offset?string | number-ComponentProps.offsetnode_modules/@types/react/index.d.ts:3779
opacity?string | number-ComponentProps.opacitynode_modules/@types/react/index.d.ts:3780
operator?string | number-ComponentProps.operatornode_modules/@types/react/index.d.ts:3781
order?string | number-ComponentProps.ordernode_modules/@types/react/index.d.ts:3782
orient?string | number-ComponentProps.orientnode_modules/@types/react/index.d.ts:3783
orientation?string | number-ComponentProps.orientationnode_modules/@types/react/index.d.ts:3784
origin?string | number-ComponentProps.originnode_modules/@types/react/index.d.ts:3785
overflow?string | number-ComponentProps.overflownode_modules/@types/react/index.d.ts:3786
overlinePosition?string | number-ComponentProps.overlinePositionnode_modules/@types/react/index.d.ts:3787
overlineThickness?string | number-ComponentProps.overlineThicknessnode_modules/@types/react/index.d.ts:3788
paintOrder?string | number-ComponentProps.paintOrdernode_modules/@types/react/index.d.ts:3789
panose1?string | number-ComponentProps.panose1node_modules/@types/react/index.d.ts:3790
path?string-ComponentProps.pathnode_modules/@types/react/index.d.ts:3791
pathLength?string | number-ComponentProps.pathLengthnode_modules/@types/react/index.d.ts:3792
patternContentUnits?string-ComponentProps.patternContentUnitsnode_modules/@types/react/index.d.ts:3793
patternTransform?string | number-ComponentProps.patternTransformnode_modules/@types/react/index.d.ts:3794
patternUnits?string-ComponentProps.patternUnitsnode_modules/@types/react/index.d.ts:3795
pointerEvents?string | number-ComponentProps.pointerEventsnode_modules/@types/react/index.d.ts:3796
points?string-ComponentProps.pointsnode_modules/@types/react/index.d.ts:3797
pointsAtX?string | number-ComponentProps.pointsAtXnode_modules/@types/react/index.d.ts:3798
pointsAtY?string | number-ComponentProps.pointsAtYnode_modules/@types/react/index.d.ts:3799
pointsAtZ?string | number-ComponentProps.pointsAtZnode_modules/@types/react/index.d.ts:3800
preserveAlpha?Booleanish-ComponentProps.preserveAlphanode_modules/@types/react/index.d.ts:3801
preserveAspectRatio?string-ComponentProps.preserveAspectRationode_modules/@types/react/index.d.ts:3802
primitiveUnits?string | number-ComponentProps.primitiveUnitsnode_modules/@types/react/index.d.ts:3803
r?string | number-ComponentProps.rnode_modules/@types/react/index.d.ts:3804
radius?string | number-ComponentProps.radiusnode_modules/@types/react/index.d.ts:3805
refX?string | number-ComponentProps.refXnode_modules/@types/react/index.d.ts:3806
refY?string | number-ComponentProps.refYnode_modules/@types/react/index.d.ts:3807
renderingIntent?string | number-ComponentProps.renderingIntentnode_modules/@types/react/index.d.ts:3808
repeatCount?string | number-ComponentProps.repeatCountnode_modules/@types/react/index.d.ts:3809
repeatDur?string | number-ComponentProps.repeatDurnode_modules/@types/react/index.d.ts:3810
requiredExtensions?string | number-ComponentProps.requiredExtensionsnode_modules/@types/react/index.d.ts:3811
requiredFeatures?string | number-ComponentProps.requiredFeaturesnode_modules/@types/react/index.d.ts:3812
restart?string | number-ComponentProps.restartnode_modules/@types/react/index.d.ts:3813
result?string-ComponentProps.resultnode_modules/@types/react/index.d.ts:3814
rotate?string | number-ComponentProps.rotatenode_modules/@types/react/index.d.ts:3815
rx?string | number-ComponentProps.rxnode_modules/@types/react/index.d.ts:3816
ry?string | number-ComponentProps.rynode_modules/@types/react/index.d.ts:3817
scale?string | number-ComponentProps.scalenode_modules/@types/react/index.d.ts:3818
seed?string | number-ComponentProps.seednode_modules/@types/react/index.d.ts:3819
shapeRendering?string | number-ComponentProps.shapeRenderingnode_modules/@types/react/index.d.ts:3820
slope?string | number-ComponentProps.slopenode_modules/@types/react/index.d.ts:3821
spacing?string | number-ComponentProps.spacingnode_modules/@types/react/index.d.ts:3822
specularConstant?string | number-ComponentProps.specularConstantnode_modules/@types/react/index.d.ts:3823
specularExponent?string | number-ComponentProps.specularExponentnode_modules/@types/react/index.d.ts:3824
speed?string | number-ComponentProps.speednode_modules/@types/react/index.d.ts:3825
spreadMethod?string-ComponentProps.spreadMethodnode_modules/@types/react/index.d.ts:3826
startOffset?string | number-ComponentProps.startOffsetnode_modules/@types/react/index.d.ts:3827
stdDeviation?string | number-ComponentProps.stdDeviationnode_modules/@types/react/index.d.ts:3828
stemh?string | number-ComponentProps.stemhnode_modules/@types/react/index.d.ts:3829
stemv?string | number-ComponentProps.stemvnode_modules/@types/react/index.d.ts:3830
stitchTiles?string | number-ComponentProps.stitchTilesnode_modules/@types/react/index.d.ts:3831
stopColor?string-ComponentProps.stopColornode_modules/@types/react/index.d.ts:3832
stopOpacity?string | number-ComponentProps.stopOpacitynode_modules/@types/react/index.d.ts:3833
strikethroughPosition?string | number-ComponentProps.strikethroughPositionnode_modules/@types/react/index.d.ts:3834
strikethroughThickness?string | number-ComponentProps.strikethroughThicknessnode_modules/@types/react/index.d.ts:3835
string?string | number-ComponentProps.stringnode_modules/@types/react/index.d.ts:3836
stroke?string-ComponentProps.strokenode_modules/@types/react/index.d.ts:3837
strokeDasharray?string | number-ComponentProps.strokeDasharraynode_modules/@types/react/index.d.ts:3838
strokeDashoffset?string | number-ComponentProps.strokeDashoffsetnode_modules/@types/react/index.d.ts:3839
strokeLinecap?"inherit" | "round" | "butt" | "square"-ComponentProps.strokeLinecapnode_modules/@types/react/index.d.ts:3840
strokeLinejoin?"inherit" | "round" | "bevel" | "miter"-ComponentProps.strokeLinejoinnode_modules/@types/react/index.d.ts:3841
strokeMiterlimit?string | number-ComponentProps.strokeMiterlimitnode_modules/@types/react/index.d.ts:3842
strokeOpacity?string | number-ComponentProps.strokeOpacitynode_modules/@types/react/index.d.ts:3843
strokeWidth?string | number-ComponentProps.strokeWidthnode_modules/@types/react/index.d.ts:3844
surfaceScale?string | number-ComponentProps.surfaceScalenode_modules/@types/react/index.d.ts:3845
systemLanguage?string | number-ComponentProps.systemLanguagenode_modules/@types/react/index.d.ts:3846
tableValues?string | number-ComponentProps.tableValuesnode_modules/@types/react/index.d.ts:3847
targetX?string | number-ComponentProps.targetXnode_modules/@types/react/index.d.ts:3848
targetY?string | number-ComponentProps.targetYnode_modules/@types/react/index.d.ts:3849
textAnchor?"inherit" | "end" | "start" | "middle"-ComponentProps.textAnchornode_modules/@types/react/index.d.ts:3850
textDecoration?string | number-ComponentProps.textDecorationnode_modules/@types/react/index.d.ts:3851
textLength?string | number-ComponentProps.textLengthnode_modules/@types/react/index.d.ts:3852
textRendering?string | number-ComponentProps.textRenderingnode_modules/@types/react/index.d.ts:3853
to?string | number-ComponentProps.tonode_modules/@types/react/index.d.ts:3854
transform?string-ComponentProps.transformnode_modules/@types/react/index.d.ts:3855
u1?string | number-ComponentProps.u1node_modules/@types/react/index.d.ts:3856
u2?string | number-ComponentProps.u2node_modules/@types/react/index.d.ts:3857
underlinePosition?string | number-ComponentProps.underlinePositionnode_modules/@types/react/index.d.ts:3858
underlineThickness?string | number-ComponentProps.underlineThicknessnode_modules/@types/react/index.d.ts:3859
unicode?string | number-ComponentProps.unicodenode_modules/@types/react/index.d.ts:3860
unicodeBidi?string | number-ComponentProps.unicodeBidinode_modules/@types/react/index.d.ts:3861
unicodeRange?string | number-ComponentProps.unicodeRangenode_modules/@types/react/index.d.ts:3862
unitsPerEm?string | number-ComponentProps.unitsPerEmnode_modules/@types/react/index.d.ts:3863
vAlphabetic?string | number-ComponentProps.vAlphabeticnode_modules/@types/react/index.d.ts:3864
values?string-ComponentProps.valuesnode_modules/@types/react/index.d.ts:3865
vectorEffect?string | number-ComponentProps.vectorEffectnode_modules/@types/react/index.d.ts:3866
version?string-ComponentProps.versionnode_modules/@types/react/index.d.ts:3867
vertAdvY?string | number-ComponentProps.vertAdvYnode_modules/@types/react/index.d.ts:3868
vertOriginX?string | number-ComponentProps.vertOriginXnode_modules/@types/react/index.d.ts:3869
vertOriginY?string | number-ComponentProps.vertOriginYnode_modules/@types/react/index.d.ts:3870
vHanging?string | number-ComponentProps.vHangingnode_modules/@types/react/index.d.ts:3871
vIdeographic?string | number-ComponentProps.vIdeographicnode_modules/@types/react/index.d.ts:3872
viewBox?string-ComponentProps.viewBoxnode_modules/@types/react/index.d.ts:3873
viewTarget?string | number-ComponentProps.viewTargetnode_modules/@types/react/index.d.ts:3874
visibility?string | number-ComponentProps.visibilitynode_modules/@types/react/index.d.ts:3875
vMathematical?string | number-ComponentProps.vMathematicalnode_modules/@types/react/index.d.ts:3876
widths?string | number-ComponentProps.widthsnode_modules/@types/react/index.d.ts:3877
wordSpacing?string | number-ComponentProps.wordSpacingnode_modules/@types/react/index.d.ts:3878
writingMode?string | number-ComponentProps.writingModenode_modules/@types/react/index.d.ts:3879
x1?string | number-ComponentProps.x1node_modules/@types/react/index.d.ts:3880
x2?string | number-ComponentProps.x2node_modules/@types/react/index.d.ts:3881
x?string | number-ComponentProps.xnode_modules/@types/react/index.d.ts:3882
xChannelSelector?string-ComponentProps.xChannelSelectornode_modules/@types/react/index.d.ts:3883
xHeight?string | number-ComponentProps.xHeightnode_modules/@types/react/index.d.ts:3884
xlinkActuate?string-ComponentProps.xlinkActuatenode_modules/@types/react/index.d.ts:3885
xlinkArcrole?string-ComponentProps.xlinkArcrolenode_modules/@types/react/index.d.ts:3886
xlinkHref?string-ComponentProps.xlinkHrefnode_modules/@types/react/index.d.ts:3887
xlinkRole?string-ComponentProps.xlinkRolenode_modules/@types/react/index.d.ts:3888
xlinkShow?string-ComponentProps.xlinkShownode_modules/@types/react/index.d.ts:3889
xlinkTitle?string-ComponentProps.xlinkTitlenode_modules/@types/react/index.d.ts:3890
xlinkType?string-ComponentProps.xlinkTypenode_modules/@types/react/index.d.ts:3891
xmlBase?string-ComponentProps.xmlBasenode_modules/@types/react/index.d.ts:3892
xmlLang?string-ComponentProps.xmlLangnode_modules/@types/react/index.d.ts:3893
xmlns?string-ComponentProps.xmlnsnode_modules/@types/react/index.d.ts:3894
xmlnsXlink?string-ComponentProps.xmlnsXlinknode_modules/@types/react/index.d.ts:3895
xmlSpace?string-ComponentProps.xmlSpacenode_modules/@types/react/index.d.ts:3896
y1?string | number-ComponentProps.y1node_modules/@types/react/index.d.ts:3897
y2?string | number-ComponentProps.y2node_modules/@types/react/index.d.ts:3898
y?string | number-ComponentProps.ynode_modules/@types/react/index.d.ts:3899
yChannelSelector?string-ComponentProps.yChannelSelectornode_modules/@types/react/index.d.ts:3900
z?string | number-ComponentProps.znode_modules/@types/react/index.d.ts:3901
zoomAndPan?string-ComponentProps.zoomAndPannode_modules/@types/react/index.d.ts:3902
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: packages/design-system/src/components/Spinner/Spinner.tsx:18

Loading indicator icon, shows infinite spinning animation.

Parameters

ParameterType
__namedParametersSpinnerProps

Returns

Element