Skip to main content

Interface: BadgeProps

Defined in: packages/ui/src/components/badge.tsx:23

Extends

  • HTMLAttributes<HTMLSpanElement>.VariantProps<typeof badgeVariants>

Properties

about?

optional about?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2939

Inherited from

React.HTMLAttributes.about


accessKey?

optional accessKey?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2912

Inherited from

React.HTMLAttributes.accessKey


aria-activedescendant?

optional aria-activedescendant?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2610

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

Inherited from

React.HTMLAttributes.aria-activedescendant


aria-atomic?

optional aria-atomic?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2612

Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.

Inherited from

React.HTMLAttributes.aria-atomic


aria-autocomplete?

optional aria-autocomplete?: "none" | "list" | "inline" | "both"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2617

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.

Inherited from

React.HTMLAttributes.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2623

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

Inherited from

React.HTMLAttributes.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2628

Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.

See

aria-roledescription.

Inherited from

React.HTMLAttributes.aria-brailleroledescription


aria-busy?

optional aria-busy?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2629

Inherited from

React.HTMLAttributes.aria-busy


aria-checked?

optional aria-checked?: boolean | "true" | "false" | "mixed"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2634

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

React.HTMLAttributes.aria-checked


aria-colcount?

optional aria-colcount?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2639

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

React.HTMLAttributes.aria-colcount


aria-colindex?

optional aria-colindex?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2644

Defines 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.

Inherited from

React.HTMLAttributes.aria-colindex


aria-colindextext?

optional aria-colindextext?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2649

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

React.HTMLAttributes.aria-colindextext


aria-colspan?

optional aria-colspan?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2654

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.

Inherited from

React.HTMLAttributes.aria-colspan


aria-controls?

optional aria-controls?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2659

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

React.HTMLAttributes.aria-controls


aria-current?

optional aria-current?: boolean | "true" | "false" | "time" | "step" | "page" | "location" | "date"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2661

Indicates the element that represents the current item within a container or set of related elements.

Inherited from

React.HTMLAttributes.aria-current


aria-describedby?

optional aria-describedby?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2666

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

React.HTMLAttributes.aria-describedby


aria-description?

optional aria-description?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2671

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

Inherited from

React.HTMLAttributes.aria-description


aria-details?

optional aria-details?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2676

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

React.HTMLAttributes.aria-details


aria-disabled?

optional aria-disabled?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2681

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.

Inherited from

React.HTMLAttributes.aria-disabled


aria-dropeffect?

optional aria-dropeffect?: "link" | "none" | "copy" | "execute" | "move" | "popup"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2686

Indicates what functions can be performed when a dragged object is released on the drop target.

Deprecated

in ARIA 1.1

Inherited from

React.HTMLAttributes.aria-dropeffect


aria-errormessage?

optional aria-errormessage?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2691

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

React.HTMLAttributes.aria-errormessage


aria-expanded?

optional aria-expanded?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2693

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

React.HTMLAttributes.aria-expanded


aria-flowto?

optional aria-flowto?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2698

Identifies 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.

Inherited from

React.HTMLAttributes.aria-flowto


aria-grabbed?

optional aria-grabbed?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2703

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

React.HTMLAttributes.aria-grabbed


aria-haspopup?

optional aria-haspopup?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2705

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

React.HTMLAttributes.aria-haspopup


aria-hidden?

optional aria-hidden?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2710

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

React.HTMLAttributes.aria-hidden


aria-invalid?

optional aria-invalid?: boolean | "true" | "false" | "grammar" | "spelling"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2715

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

Inherited from

React.HTMLAttributes.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2717

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

React.HTMLAttributes.aria-keyshortcuts


aria-label?

optional aria-label?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2722

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

React.HTMLAttributes.aria-label


aria-labelledby?

optional aria-labelledby?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2727

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

React.HTMLAttributes.aria-labelledby


aria-level?

optional aria-level?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2729

Defines the hierarchical level of an element within a structure.

Inherited from

React.HTMLAttributes.aria-level


aria-live?

optional aria-live?: "off" | "assertive" | "polite"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2731

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.

Inherited from

React.HTMLAttributes.aria-live


aria-modal?

optional aria-modal?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2733

Indicates whether an element is modal when displayed.

Inherited from

React.HTMLAttributes.aria-modal


aria-multiline?

optional aria-multiline?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2735

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

React.HTMLAttributes.aria-multiline


aria-multiselectable?

optional aria-multiselectable?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2737

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

React.HTMLAttributes.aria-multiselectable


aria-orientation?

optional aria-orientation?: "horizontal" | "vertical"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2739

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

React.HTMLAttributes.aria-orientation


aria-owns?

optional aria-owns?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2745

Identifies 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.

Inherited from

React.HTMLAttributes.aria-owns


aria-placeholder?

optional aria-placeholder?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2750

Defines 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.

Inherited from

React.HTMLAttributes.aria-placeholder


aria-posinset?

optional aria-posinset?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2755

Defines 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.

Inherited from

React.HTMLAttributes.aria-posinset


aria-pressed?

optional aria-pressed?: boolean | "true" | "false" | "mixed"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2760

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

React.HTMLAttributes.aria-pressed


aria-readonly?

optional aria-readonly?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2765

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

React.HTMLAttributes.aria-readonly


aria-relevant?

optional aria-relevant?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2770

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

Inherited from

React.HTMLAttributes.aria-relevant


aria-required?

optional aria-required?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2783

Indicates that user input is required on the element before a form may be submitted.

Inherited from

React.HTMLAttributes.aria-required


aria-roledescription?

optional aria-roledescription?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2785

Defines a human-readable, author-localized description for the role of an element.

Inherited from

React.HTMLAttributes.aria-roledescription


aria-rowcount?

optional aria-rowcount?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2790

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

React.HTMLAttributes.aria-rowcount


aria-rowindex?

optional aria-rowindex?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2795

Defines 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.

Inherited from

React.HTMLAttributes.aria-rowindex


aria-rowindextext?

optional aria-rowindextext?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2800

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

React.HTMLAttributes.aria-rowindextext


aria-rowspan?

optional aria-rowspan?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2805

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.

Inherited from

React.HTMLAttributes.aria-rowspan


aria-selected?

optional aria-selected?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2810

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

React.HTMLAttributes.aria-selected


aria-setsize?

optional aria-setsize?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2815

Defines 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.

Inherited from

React.HTMLAttributes.aria-setsize


aria-sort?

optional aria-sort?: "none" | "ascending" | "descending" | "other"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2817

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

React.HTMLAttributes.aria-sort


aria-valuemax?

optional aria-valuemax?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2819

Defines the maximum allowed value for a range widget.

Inherited from

React.HTMLAttributes.aria-valuemax


aria-valuemin?

optional aria-valuemin?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2821

Defines the minimum allowed value for a range widget.

Inherited from

React.HTMLAttributes.aria-valuemin


aria-valuenow?

optional aria-valuenow?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2826

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

React.HTMLAttributes.aria-valuenow


aria-valuetext?

optional aria-valuetext?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2828

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

React.HTMLAttributes.aria-valuetext


autoCapitalize?

optional autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | string & object

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2913

Inherited from

React.HTMLAttributes.autoCapitalize


autoCorrect?

optional autoCorrect?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2952

Inherited from

React.HTMLAttributes.autoCorrect


autoFocus?

optional autoFocus?: boolean

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2914

Inherited from

React.HTMLAttributes.autoFocus


autoSave?

optional autoSave?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2953

Inherited from

React.HTMLAttributes.autoSave


children?

optional children?: ReactNode

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2398

Inherited from

React.HTMLAttributes.children


className?

optional className?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2915

Inherited from

React.HTMLAttributes.className


color?

optional color?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2954

Inherited from

React.HTMLAttributes.color


content?

optional content?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2940

Inherited from

React.HTMLAttributes.content


contentEditable?

optional contentEditable?: Booleanish | "inherit" | "plaintext-only"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2916

Inherited from

React.HTMLAttributes.contentEditable


contextMenu?

optional contextMenu?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2917

Inherited from

React.HTMLAttributes.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML?: object

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2399

__html

__html: string | TrustedHTML

Inherited from

React.HTMLAttributes.dangerouslySetInnerHTML


datatype?

optional datatype?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2941

Inherited from

React.HTMLAttributes.datatype


defaultChecked?

optional defaultChecked?: boolean

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2906

Inherited from

React.HTMLAttributes.defaultChecked


defaultValue?

optional defaultValue?: string | number | readonly string[]

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2907

Inherited from

React.HTMLAttributes.defaultValue


dir?

optional dir?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2918

Inherited from

React.HTMLAttributes.dir


draggable?

optional draggable?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2919

Inherited from

React.HTMLAttributes.draggable


enterKeyHint?

optional enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2920

Inherited from

React.HTMLAttributes.enterKeyHint


exportparts?

optional exportparts?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2978

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts

Inherited from

React.HTMLAttributes.exportparts


hidden?

optional hidden?: boolean

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2921

Inherited from

React.HTMLAttributes.hidden


id?

optional id?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2922

Inherited from

React.HTMLAttributes.id


inlist?

optional inlist?: any

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2942

Inherited from

React.HTMLAttributes.inlist


inputMode?

optional inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2969

Hints at the type of data that might be entered by the user while editing the element or its contents

See

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

Inherited from

React.HTMLAttributes.inputMode


is?

optional is?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2974

Specify that a standard HTML element should behave like a defined custom built-in element

See

https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

Inherited from

React.HTMLAttributes.is


itemID?

optional itemID?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2958

Inherited from

React.HTMLAttributes.itemID


itemProp?

optional itemProp?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2955

Inherited from

React.HTMLAttributes.itemProp


itemRef?

optional itemRef?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2959

Inherited from

React.HTMLAttributes.itemRef


itemScope?

optional itemScope?: boolean

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2956

Inherited from

React.HTMLAttributes.itemScope


itemType?

optional itemType?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2957

Inherited from

React.HTMLAttributes.itemType


lang?

optional lang?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2923

Inherited from

React.HTMLAttributes.lang


nonce?

optional nonce?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2924

Inherited from

React.HTMLAttributes.nonce


onAbort?

optional onAbort?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2458

Inherited from

React.HTMLAttributes.onAbort


onAbortCapture?

optional onAbortCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2459

Inherited from

React.HTMLAttributes.onAbortCapture


onAnimationEnd?

optional onAnimationEnd?: AnimationEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2586

Inherited from

React.HTMLAttributes.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture?: AnimationEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2587

Inherited from

React.HTMLAttributes.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration?: AnimationEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2588

Inherited from

React.HTMLAttributes.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture?: AnimationEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2589

Inherited from

React.HTMLAttributes.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart?: AnimationEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2584

Inherited from

React.HTMLAttributes.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture?: AnimationEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2585

Inherited from

React.HTMLAttributes.onAnimationStartCapture


onAuxClick?

optional onAuxClick?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2504

Inherited from

React.HTMLAttributes.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2505

Inherited from

React.HTMLAttributes.onAuxClickCapture


onBeforeInput?

optional onBeforeInput?: InputEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2430

Inherited from

React.HTMLAttributes.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2431

Inherited from

React.HTMLAttributes.onBeforeInputCapture


onBlur?

optional onBlur?: FocusEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2424

Inherited from

React.HTMLAttributes.onBlur


onBlurCapture?

optional onBlurCapture?: FocusEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2425

Inherited from

React.HTMLAttributes.onBlurCapture


onCanPlay?

optional onCanPlay?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2460

Inherited from

React.HTMLAttributes.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2461

Inherited from

React.HTMLAttributes.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2462

Inherited from

React.HTMLAttributes.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2463

Inherited from

React.HTMLAttributes.onCanPlayThroughCapture


onChange?

optional onChange?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2428

Inherited from

React.HTMLAttributes.onChange


onChangeCapture?

optional onChangeCapture?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2429

Inherited from

React.HTMLAttributes.onChangeCapture


onClick?

optional onClick?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2506

Inherited from

React.HTMLAttributes.onClick


onClickCapture?

optional onClickCapture?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2507

Inherited from

React.HTMLAttributes.onClickCapture


onCompositionEnd?

optional onCompositionEnd?: CompositionEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2414

Inherited from

React.HTMLAttributes.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture?: CompositionEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2415

Inherited from

React.HTMLAttributes.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart?: CompositionEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2416

Inherited from

React.HTMLAttributes.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture?: CompositionEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2417

Inherited from

React.HTMLAttributes.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate?: CompositionEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2418

Inherited from

React.HTMLAttributes.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture?: CompositionEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2419

Inherited from

React.HTMLAttributes.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2508

Inherited from

React.HTMLAttributes.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2509

Inherited from

React.HTMLAttributes.onContextMenuCapture


onCopy?

optional onCopy?: ClipboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2406

Inherited from

React.HTMLAttributes.onCopy


onCopyCapture?

optional onCopyCapture?: ClipboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2407

Inherited from

React.HTMLAttributes.onCopyCapture


onCut?

optional onCut?: ClipboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2408

Inherited from

React.HTMLAttributes.onCut


onCutCapture?

optional onCutCapture?: ClipboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2409

Inherited from

React.HTMLAttributes.onCutCapture


onDoubleClick?

optional onDoubleClick?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2510

Inherited from

React.HTMLAttributes.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2511

Inherited from

React.HTMLAttributes.onDoubleClickCapture


onDrag?

optional onDrag?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2512

Inherited from

React.HTMLAttributes.onDrag


onDragCapture?

optional onDragCapture?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2513

Inherited from

React.HTMLAttributes.onDragCapture


onDragEnd?

optional onDragEnd?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2514

Inherited from

React.HTMLAttributes.onDragEnd


onDragEndCapture?

optional onDragEndCapture?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2515

Inherited from

React.HTMLAttributes.onDragEndCapture


onDragEnter?

optional onDragEnter?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2516

Inherited from

React.HTMLAttributes.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2517

Inherited from

React.HTMLAttributes.onDragEnterCapture


onDragExit?

optional onDragExit?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2518

Inherited from

React.HTMLAttributes.onDragExit


onDragExitCapture?

optional onDragExitCapture?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2519

Inherited from

React.HTMLAttributes.onDragExitCapture


onDragLeave?

optional onDragLeave?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2520

Inherited from

React.HTMLAttributes.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2521

Inherited from

React.HTMLAttributes.onDragLeaveCapture


onDragOver?

optional onDragOver?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2522

Inherited from

React.HTMLAttributes.onDragOver


onDragOverCapture?

optional onDragOverCapture?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2523

Inherited from

React.HTMLAttributes.onDragOverCapture


onDragStart?

optional onDragStart?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2524

Inherited from

React.HTMLAttributes.onDragStart


onDragStartCapture?

optional onDragStartCapture?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2525

Inherited from

React.HTMLAttributes.onDragStartCapture


onDrop?

optional onDrop?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2526

Inherited from

React.HTMLAttributes.onDrop


onDropCapture?

optional onDropCapture?: DragEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2527

Inherited from

React.HTMLAttributes.onDropCapture


onDurationChange?

optional onDurationChange?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2464

Inherited from

React.HTMLAttributes.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2465

Inherited from

React.HTMLAttributes.onDurationChangeCapture


onEmptied?

optional onEmptied?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2466

Inherited from

React.HTMLAttributes.onEmptied


onEmptiedCapture?

optional onEmptiedCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2467

Inherited from

React.HTMLAttributes.onEmptiedCapture


onEncrypted?

optional onEncrypted?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2468

Inherited from

React.HTMLAttributes.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2469

Inherited from

React.HTMLAttributes.onEncryptedCapture


onEnded?

optional onEnded?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2470

Inherited from

React.HTMLAttributes.onEnded


onEndedCapture?

optional onEndedCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2471

Inherited from

React.HTMLAttributes.onEndedCapture


onError?

optional onError?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2444

Inherited from

React.HTMLAttributes.onError


onErrorCapture?

optional onErrorCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2445

Inherited from

React.HTMLAttributes.onErrorCapture


onFocus?

optional onFocus?: FocusEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2422

Inherited from

React.HTMLAttributes.onFocus


onFocusCapture?

optional onFocusCapture?: FocusEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2423

Inherited from

React.HTMLAttributes.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2570

Inherited from

React.HTMLAttributes.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2571

Inherited from

React.HTMLAttributes.onGotPointerCaptureCapture


onInput?

optional onInput?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2432

Inherited from

React.HTMLAttributes.onInput


onInputCapture?

optional onInputCapture?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2433

Inherited from

React.HTMLAttributes.onInputCapture


onInvalid?

optional onInvalid?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2438

Inherited from

React.HTMLAttributes.onInvalid


onInvalidCapture?

optional onInvalidCapture?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2439

Inherited from

React.HTMLAttributes.onInvalidCapture


onKeyDown?

optional onKeyDown?: KeyboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2448

Inherited from

React.HTMLAttributes.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture?: KeyboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2449

Inherited from

React.HTMLAttributes.onKeyDownCapture


onKeyPress?

optional onKeyPress?: KeyboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2451

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

React.HTMLAttributes.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture?: KeyboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2453

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

React.HTMLAttributes.onKeyPressCapture


onKeyUp?

optional onKeyUp?: KeyboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2454

Inherited from

React.HTMLAttributes.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture?: KeyboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2455

Inherited from

React.HTMLAttributes.onKeyUpCapture


onLoad?

optional onLoad?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2442

Inherited from

React.HTMLAttributes.onLoad


onLoadCapture?

optional onLoadCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2443

Inherited from

React.HTMLAttributes.onLoadCapture


onLoadedData?

optional onLoadedData?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2472

Inherited from

React.HTMLAttributes.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2473

Inherited from

React.HTMLAttributes.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2474

Inherited from

React.HTMLAttributes.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2475

Inherited from

React.HTMLAttributes.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2476

Inherited from

React.HTMLAttributes.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2477

Inherited from

React.HTMLAttributes.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2572

Inherited from

React.HTMLAttributes.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2573

Inherited from

React.HTMLAttributes.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2528

Inherited from

React.HTMLAttributes.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2529

Inherited from

React.HTMLAttributes.onMouseDownCapture


onMouseEnter?

optional onMouseEnter?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2530

Inherited from

React.HTMLAttributes.onMouseEnter


onMouseLeave?

optional onMouseLeave?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2531

Inherited from

React.HTMLAttributes.onMouseLeave


onMouseMove?

optional onMouseMove?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2532

Inherited from

React.HTMLAttributes.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2533

Inherited from

React.HTMLAttributes.onMouseMoveCapture


onMouseOut?

optional onMouseOut?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2534

Inherited from

React.HTMLAttributes.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2535

Inherited from

React.HTMLAttributes.onMouseOutCapture


onMouseOver?

optional onMouseOver?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2536

Inherited from

React.HTMLAttributes.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2537

Inherited from

React.HTMLAttributes.onMouseOverCapture


onMouseUp?

optional onMouseUp?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2538

Inherited from

React.HTMLAttributes.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture?: MouseEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2539

Inherited from

React.HTMLAttributes.onMouseUpCapture


onPaste?

optional onPaste?: ClipboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2410

Inherited from

React.HTMLAttributes.onPaste


onPasteCapture?

optional onPasteCapture?: ClipboardEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2411

Inherited from

React.HTMLAttributes.onPasteCapture


onPause?

optional onPause?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2478

Inherited from

React.HTMLAttributes.onPause


onPauseCapture?

optional onPauseCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2479

Inherited from

React.HTMLAttributes.onPauseCapture


onPlay?

optional onPlay?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2480

Inherited from

React.HTMLAttributes.onPlay


onPlayCapture?

optional onPlayCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2481

Inherited from

React.HTMLAttributes.onPlayCapture


onPlaying?

optional onPlaying?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2482

Inherited from

React.HTMLAttributes.onPlaying


onPlayingCapture?

optional onPlayingCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2483

Inherited from

React.HTMLAttributes.onPlayingCapture


onPointerCancel?

optional onPointerCancel?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2562

Inherited from

React.HTMLAttributes.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2563

Inherited from

React.HTMLAttributes.onPointerCancelCapture


onPointerDown?

optional onPointerDown?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2556

Inherited from

React.HTMLAttributes.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2557

Inherited from

React.HTMLAttributes.onPointerDownCapture


onPointerEnter?

optional onPointerEnter?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2564

Inherited from

React.HTMLAttributes.onPointerEnter


onPointerLeave?

optional onPointerLeave?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2565

Inherited from

React.HTMLAttributes.onPointerLeave


onPointerMove?

optional onPointerMove?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2558

Inherited from

React.HTMLAttributes.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2559

Inherited from

React.HTMLAttributes.onPointerMoveCapture


onPointerOut?

optional onPointerOut?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2568

Inherited from

React.HTMLAttributes.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2569

Inherited from

React.HTMLAttributes.onPointerOutCapture


onPointerOver?

optional onPointerOver?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2566

Inherited from

React.HTMLAttributes.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2567

Inherited from

React.HTMLAttributes.onPointerOverCapture


onPointerUp?

optional onPointerUp?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2560

Inherited from

React.HTMLAttributes.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture?: PointerEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2561

Inherited from

React.HTMLAttributes.onPointerUpCapture


onProgress?

optional onProgress?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2484

Inherited from

React.HTMLAttributes.onProgress


onProgressCapture?

optional onProgressCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2485

Inherited from

React.HTMLAttributes.onProgressCapture


onRateChange?

optional onRateChange?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2486

Inherited from

React.HTMLAttributes.onRateChange


onRateChangeCapture?

optional onRateChangeCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2487

Inherited from

React.HTMLAttributes.onRateChangeCapture


onReset?

optional onReset?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2434

Inherited from

React.HTMLAttributes.onReset


onResetCapture?

optional onResetCapture?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2435

Inherited from

React.HTMLAttributes.onResetCapture


onScroll?

optional onScroll?: UIEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2576

Inherited from

React.HTMLAttributes.onScroll


onScrollCapture?

optional onScrollCapture?: UIEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2577

Inherited from

React.HTMLAttributes.onScrollCapture


onSeeked?

optional onSeeked?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2488

Inherited from

React.HTMLAttributes.onSeeked


onSeekedCapture?

optional onSeekedCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2489

Inherited from

React.HTMLAttributes.onSeekedCapture


onSeeking?

optional onSeeking?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2490

Inherited from

React.HTMLAttributes.onSeeking


onSeekingCapture?

optional onSeekingCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2491

Inherited from

React.HTMLAttributes.onSeekingCapture


onSelect?

optional onSelect?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2542

Inherited from

React.HTMLAttributes.onSelect


onSelectCapture?

optional onSelectCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2543

Inherited from

React.HTMLAttributes.onSelectCapture


onStalled?

optional onStalled?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2492

Inherited from

React.HTMLAttributes.onStalled


onStalledCapture?

optional onStalledCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2493

Inherited from

React.HTMLAttributes.onStalledCapture


onSubmit?

optional onSubmit?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2436

Inherited from

React.HTMLAttributes.onSubmit


onSubmitCapture?

optional onSubmitCapture?: FormEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2437

Inherited from

React.HTMLAttributes.onSubmitCapture


onSuspend?

optional onSuspend?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2494

Inherited from

React.HTMLAttributes.onSuspend


onSuspendCapture?

optional onSuspendCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2495

Inherited from

React.HTMLAttributes.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2496

Inherited from

React.HTMLAttributes.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2497

Inherited from

React.HTMLAttributes.onTimeUpdateCapture


onTouchCancel?

optional onTouchCancel?: TouchEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2546

Inherited from

React.HTMLAttributes.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture?: TouchEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2547

Inherited from

React.HTMLAttributes.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd?: TouchEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2548

Inherited from

React.HTMLAttributes.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture?: TouchEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2549

Inherited from

React.HTMLAttributes.onTouchEndCapture


onTouchMove?

optional onTouchMove?: TouchEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2550

Inherited from

React.HTMLAttributes.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture?: TouchEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2551

Inherited from

React.HTMLAttributes.onTouchMoveCapture


onTouchStart?

optional onTouchStart?: TouchEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2552

Inherited from

React.HTMLAttributes.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture?: TouchEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2553

Inherited from

React.HTMLAttributes.onTouchStartCapture


onTransitionEnd?

optional onTransitionEnd?: TransitionEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2592

Inherited from

React.HTMLAttributes.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture?: TransitionEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2593

Inherited from

React.HTMLAttributes.onTransitionEndCapture


onVolumeChange?

optional onVolumeChange?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2498

Inherited from

React.HTMLAttributes.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2499

Inherited from

React.HTMLAttributes.onVolumeChangeCapture


onWaiting?

optional onWaiting?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2500

Inherited from

React.HTMLAttributes.onWaiting


onWaitingCapture?

optional onWaitingCapture?: ReactEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2501

Inherited from

React.HTMLAttributes.onWaitingCapture


onWheel?

optional onWheel?: WheelEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2580

Inherited from

React.HTMLAttributes.onWheel


onWheelCapture?

optional onWheelCapture?: WheelEventHandler<HTMLSpanElement>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2581

Inherited from

React.HTMLAttributes.onWheelCapture


part?

optional part?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2982

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part

Inherited from

React.HTMLAttributes.part


prefix?

optional prefix?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2943

Inherited from

React.HTMLAttributes.prefix


property?

optional property?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2944

Inherited from

React.HTMLAttributes.property


radioGroup?

optional radioGroup?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2933

Inherited from

React.HTMLAttributes.radioGroup


rel?

optional rel?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2945

Inherited from

React.HTMLAttributes.rel


resource?

optional resource?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2946

Inherited from

React.HTMLAttributes.resource


results?

optional results?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2960

Inherited from

React.HTMLAttributes.results


rev?

optional rev?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2947

Inherited from

React.HTMLAttributes.rev


role?

optional role?: AriaRole

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2936

Inherited from

React.HTMLAttributes.role


security?

optional security?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2961

Inherited from

React.HTMLAttributes.security


slot?

optional slot?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2925

Inherited from

React.HTMLAttributes.slot


spellCheck?

optional spellCheck?: Booleanish

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2926

Inherited from

React.HTMLAttributes.spellCheck


style?

optional style?: CSSProperties

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2927

Inherited from

React.HTMLAttributes.style


suppressContentEditableWarning?

optional suppressContentEditableWarning?: boolean

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2908

Inherited from

React.HTMLAttributes.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning?: boolean

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2909

Inherited from

React.HTMLAttributes.suppressHydrationWarning


tabIndex?

optional tabIndex?: number

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2928

Inherited from

React.HTMLAttributes.tabIndex


title?

optional title?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2929

Inherited from

React.HTMLAttributes.title


translate?

optional translate?: "yes" | "no"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2930

Inherited from

React.HTMLAttributes.translate


typeof?

optional typeof?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2948

Inherited from

React.HTMLAttributes.typeof


unselectable?

optional unselectable?: "off" | "on"

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2962

Inherited from

React.HTMLAttributes.unselectable


variant?

optional variant?: "default" | "destructive" | "outline" | "secondary" | "success" | "warning" | null

Defined in: packages/ui/src/components/badge.tsx:10

Inherited from

VariantProps.variant


vocab?

optional vocab?: string

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2949

Inherited from

React.HTMLAttributes.vocab