Skip to main content

Interface: ButtonProps

components/buttons.ButtonProps

Hierarchy

Properties

about

Optional about: string

Inherited from

React.ButtonHTMLAttributes.about

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1954


accessKey

Optional accessKey: string

Inherited from

React.ButtonHTMLAttributes.accessKey

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1928


aria-activedescendant

Optional aria-activedescendant: string

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

Inherited from

React.ButtonHTMLAttributes.aria-activedescendant

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1637


aria-atomic

Optional aria-atomic: Booleanish

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.ButtonHTMLAttributes.aria-atomic

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1639


aria-autocomplete

Optional aria-autocomplete: "list" | "none" | "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.

Inherited from

React.ButtonHTMLAttributes.aria-autocomplete

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1644


aria-braillelabel

Optional aria-braillelabel: string

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

See

aria-label.

Inherited from

React.ButtonHTMLAttributes.aria-braillelabel

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1650


aria-brailleroledescription

Optional aria-brailleroledescription: string

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.ButtonHTMLAttributes.aria-brailleroledescription

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1655


aria-busy

Optional aria-busy: Booleanish

Inherited from

React.ButtonHTMLAttributes.aria-busy

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1656


aria-checked

Optional aria-checked: boolean | "true" | "false" | "mixed"

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

See

  • aria-pressed
  • aria-selected.

Inherited from

React.ButtonHTMLAttributes.aria-checked

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1661


aria-colcount

Optional aria-colcount: number

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

See

aria-colindex.

Inherited from

React.ButtonHTMLAttributes.aria-colcount

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1666


aria-colindex

Optional aria-colindex: number

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.ButtonHTMLAttributes.aria-colindex

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1671


aria-colindextext

Optional aria-colindextext: string

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

React.ButtonHTMLAttributes.aria-colindextext

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1676


aria-colspan

Optional aria-colspan: number

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.ButtonHTMLAttributes.aria-colspan

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1681


aria-controls

Optional aria-controls: string

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

See

aria-owns.

Inherited from

React.ButtonHTMLAttributes.aria-controls

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1686


aria-current

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

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

Inherited from

React.ButtonHTMLAttributes.aria-current

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1688


aria-describedby

Optional aria-describedby: string

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

See

aria-labelledby

Inherited from

React.ButtonHTMLAttributes.aria-describedby

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1693


aria-description

Optional aria-description: string

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

See

related aria-describedby.

Inherited from

React.ButtonHTMLAttributes.aria-description

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1698


aria-details

Optional aria-details: string

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

See

aria-describedby.

Inherited from

React.ButtonHTMLAttributes.aria-details

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1703


aria-disabled

Optional aria-disabled: Booleanish

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

See

  • aria-hidden
  • aria-readonly.

Inherited from

React.ButtonHTMLAttributes.aria-disabled

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1708


aria-dropeffect

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

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

Deprecated

in ARIA 1.1

Inherited from

React.ButtonHTMLAttributes.aria-dropeffect

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1713


aria-errormessage

Optional aria-errormessage: string

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

See

  • aria-invalid
  • aria-describedby.

Inherited from

React.ButtonHTMLAttributes.aria-errormessage

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1718


aria-expanded

Optional aria-expanded: Booleanish

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

Inherited from

React.ButtonHTMLAttributes.aria-expanded

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1720


aria-flowto

Optional aria-flowto: string

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.ButtonHTMLAttributes.aria-flowto

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1725


aria-grabbed

Optional aria-grabbed: Booleanish

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

Deprecated

in ARIA 1.1

Inherited from

React.ButtonHTMLAttributes.aria-grabbed

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1730


aria-haspopup

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

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

Inherited from

React.ButtonHTMLAttributes.aria-haspopup

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1732


aria-hidden

Optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

React.ButtonHTMLAttributes.aria-hidden

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1737


aria-invalid

Optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"

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

See

aria-errormessage.

Inherited from

React.ButtonHTMLAttributes.aria-invalid

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1742


aria-keyshortcuts

Optional aria-keyshortcuts: string

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

Inherited from

React.ButtonHTMLAttributes.aria-keyshortcuts

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1744


aria-label

Optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

React.ButtonHTMLAttributes.aria-label

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1749


aria-labelledby

Optional aria-labelledby: string

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

See

aria-describedby.

Inherited from

React.ButtonHTMLAttributes.aria-labelledby

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1754


aria-level

Optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

React.ButtonHTMLAttributes.aria-level

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1756


aria-live

Optional aria-live: "off" | "assertive" | "polite"

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.ButtonHTMLAttributes.aria-live

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1758


aria-modal

Optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

React.ButtonHTMLAttributes.aria-modal

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1760


aria-multiline

Optional aria-multiline: Booleanish

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

Inherited from

React.ButtonHTMLAttributes.aria-multiline

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1762


aria-multiselectable

Optional aria-multiselectable: Booleanish

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

Inherited from

React.ButtonHTMLAttributes.aria-multiselectable

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1764


aria-orientation

Optional aria-orientation: "horizontal" | "vertical"

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

Inherited from

React.ButtonHTMLAttributes.aria-orientation

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1766


aria-owns

Optional aria-owns: string

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.ButtonHTMLAttributes.aria-owns

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1772


aria-placeholder

Optional aria-placeholder: string

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.ButtonHTMLAttributes.aria-placeholder

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1777


aria-posinset

Optional aria-posinset: number

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.ButtonHTMLAttributes.aria-posinset

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1782


aria-pressed

Optional aria-pressed: boolean | "true" | "false" | "mixed"

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

React.ButtonHTMLAttributes.aria-pressed

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1787


aria-readonly

Optional aria-readonly: Booleanish

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

See

aria-disabled.

Inherited from

React.ButtonHTMLAttributes.aria-readonly

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1792


aria-relevant

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

Inherited from

React.ButtonHTMLAttributes.aria-relevant

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1797


aria-required

Optional aria-required: Booleanish

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

Inherited from

React.ButtonHTMLAttributes.aria-required

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1799


aria-roledescription

Optional aria-roledescription: string

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

Inherited from

React.ButtonHTMLAttributes.aria-roledescription

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1801


aria-rowcount

Optional aria-rowcount: number

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

See

aria-rowindex.

Inherited from

React.ButtonHTMLAttributes.aria-rowcount

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1806


aria-rowindex

Optional aria-rowindex: number

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.ButtonHTMLAttributes.aria-rowindex

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1811


aria-rowindextext

Optional aria-rowindextext: string

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

React.ButtonHTMLAttributes.aria-rowindextext

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1816


aria-rowspan

Optional aria-rowspan: number

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.ButtonHTMLAttributes.aria-rowspan

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1821


aria-selected

Optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

React.ButtonHTMLAttributes.aria-selected

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1826


aria-setsize

Optional aria-setsize: number

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.ButtonHTMLAttributes.aria-setsize

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1831


aria-sort

Optional aria-sort: "none" | "ascending" | "descending" | "other"

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

Inherited from

React.ButtonHTMLAttributes.aria-sort

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1833


aria-valuemax

Optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

React.ButtonHTMLAttributes.aria-valuemax

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1835


aria-valuemin

Optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

React.ButtonHTMLAttributes.aria-valuemin

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1837


aria-valuenow

Optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

React.ButtonHTMLAttributes.aria-valuenow

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1842


aria-valuetext

Optional aria-valuetext: string

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

Inherited from

React.ButtonHTMLAttributes.aria-valuetext

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1844


asChild

Optional asChild: boolean

Inherited from

ButtonBaseProps.asChild

Defined in

packages/webapp-libs/webapp-core/src/components/buttons/button/button.component.tsx:11


autoCapitalize

Optional autoCapitalize: string

Inherited from

React.ButtonHTMLAttributes.autoCapitalize

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1967


autoCorrect

Optional autoCorrect: string

Inherited from

React.ButtonHTMLAttributes.autoCorrect

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1968


autoFocus

Optional autoFocus: boolean

Inherited from

React.ButtonHTMLAttributes.autoFocus

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1929


autoSave

Optional autoSave: string

Inherited from

React.ButtonHTMLAttributes.autoSave

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1969


children

Optional children: ReactNode

Inherited from

React.ButtonHTMLAttributes.children

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1421


className

Optional className: string

Inherited from

React.ButtonHTMLAttributes.className

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1930


color

Optional color: string

Inherited from

React.ButtonHTMLAttributes.color

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1970


content

Optional content: string

Inherited from

React.ButtonHTMLAttributes.content

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1955


contentEditable

Optional contentEditable: Booleanish | "inherit"

Inherited from

React.ButtonHTMLAttributes.contentEditable

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1931


contextMenu

Optional contextMenu: string

Inherited from

React.ButtonHTMLAttributes.contextMenu

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1932


dangerouslySetInnerHTML

Optional dangerouslySetInnerHTML: Object

Type declaration

NameType
__htmlstring | TrustedHTML

Inherited from

React.ButtonHTMLAttributes.dangerouslySetInnerHTML

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1422


datatype

Optional datatype: string

Inherited from

React.ButtonHTMLAttributes.datatype

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1956


defaultChecked

Optional defaultChecked: boolean

Inherited from

React.ButtonHTMLAttributes.defaultChecked

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1922


defaultValue

Optional defaultValue: string | number | readonly string[]

Inherited from

React.ButtonHTMLAttributes.defaultValue

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1923


dir

Optional dir: string

Inherited from

React.ButtonHTMLAttributes.dir

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1933


disabled

Optional disabled: boolean

Inherited from

React.ButtonHTMLAttributes.disabled

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2165


draggable

Optional draggable: Booleanish

Inherited from

React.ButtonHTMLAttributes.draggable

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1934


form

Optional form: string

Inherited from

React.ButtonHTMLAttributes.form

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2166


formAction

Optional formAction: string

Inherited from

React.ButtonHTMLAttributes.formAction

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2167


formEncType

Optional formEncType: string

Inherited from

React.ButtonHTMLAttributes.formEncType

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2171


formMethod

Optional formMethod: string

Inherited from

React.ButtonHTMLAttributes.formMethod

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2172


formNoValidate

Optional formNoValidate: boolean

Inherited from

React.ButtonHTMLAttributes.formNoValidate

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2173


formTarget

Optional formTarget: string

Inherited from

React.ButtonHTMLAttributes.formTarget

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2174


hidden

Optional hidden: boolean

Inherited from

React.ButtonHTMLAttributes.hidden

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1935


icon

Optional icon: ReactNode

Inherited from

ButtonBaseProps.icon

Defined in

packages/webapp-libs/webapp-core/src/components/buttons/button/button.component.tsx:12


id

Optional id: string

Inherited from

React.ButtonHTMLAttributes.id

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1936


inlist

Optional inlist: any

Inherited from

React.ButtonHTMLAttributes.inlist

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1957


inputMode

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

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.ButtonHTMLAttributes.inputMode

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1985


is

Optional is: string

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.ButtonHTMLAttributes.is

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1990


itemID

Optional itemID: string

Inherited from

React.ButtonHTMLAttributes.itemID

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1974


itemProp

Optional itemProp: string

Inherited from

React.ButtonHTMLAttributes.itemProp

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1971


itemRef

Optional itemRef: string

Inherited from

React.ButtonHTMLAttributes.itemRef

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1975


itemScope

Optional itemScope: boolean

Inherited from

React.ButtonHTMLAttributes.itemScope

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1972


itemType

Optional itemType: string

Inherited from

React.ButtonHTMLAttributes.itemType

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1973


lang

Optional lang: string

Inherited from

React.ButtonHTMLAttributes.lang

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1937


name

Optional name: string

Inherited from

React.ButtonHTMLAttributes.name

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2175


nonce

Optional nonce: string

Inherited from

React.ButtonHTMLAttributes.nonce

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1938


onAbort

Optional onAbort: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onAbort

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1481


onAbortCapture

Optional onAbortCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onAbortCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1482


onAnimationEnd

Optional onAnimationEnd: AnimationEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onAnimationEnd

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1613


onAnimationEndCapture

Optional onAnimationEndCapture: AnimationEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onAnimationEndCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1614


onAnimationIteration

Optional onAnimationIteration: AnimationEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onAnimationIteration

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1615


onAnimationIterationCapture

Optional onAnimationIterationCapture: AnimationEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onAnimationIterationCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1616


onAnimationStart

Optional onAnimationStart: AnimationEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onAnimationStart

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1611


onAnimationStartCapture

Optional onAnimationStartCapture: AnimationEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onAnimationStartCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1612


onAuxClick

Optional onAuxClick: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onAuxClick

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1529


onAuxClickCapture

Optional onAuxClickCapture: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onAuxClickCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1530


onBeforeInput

Optional onBeforeInput: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onBeforeInput

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1453


onBeforeInputCapture

Optional onBeforeInputCapture: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onBeforeInputCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1454


onBlur

Optional onBlur: FocusEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onBlur

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1447


onBlurCapture

Optional onBlurCapture: FocusEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onBlurCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1448


onCanPlay

Optional onCanPlay: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCanPlay

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1483


onCanPlayCapture

Optional onCanPlayCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCanPlayCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1484


onCanPlayThrough

Optional onCanPlayThrough: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCanPlayThrough

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1485


onCanPlayThroughCapture

Optional onCanPlayThroughCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCanPlayThroughCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1486


onChange

Optional onChange: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onChange

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1451


onChangeCapture

Optional onChangeCapture: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onChangeCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1452


onClick

Optional onClick: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onClick

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1531


onClickCapture

Optional onClickCapture: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onClickCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1532


onCompositionEnd

Optional onCompositionEnd: CompositionEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCompositionEnd

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1437


onCompositionEndCapture

Optional onCompositionEndCapture: CompositionEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCompositionEndCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1438


onCompositionStart

Optional onCompositionStart: CompositionEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCompositionStart

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1439


onCompositionStartCapture

Optional onCompositionStartCapture: CompositionEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCompositionStartCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1440


onCompositionUpdate

Optional onCompositionUpdate: CompositionEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCompositionUpdate

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1441


onCompositionUpdateCapture

Optional onCompositionUpdateCapture: CompositionEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCompositionUpdateCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1442


onContextMenu

Optional onContextMenu: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onContextMenu

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1533


onContextMenuCapture

Optional onContextMenuCapture: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onContextMenuCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1534


onCopy

Optional onCopy: ClipboardEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCopy

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1429


onCopyCapture

Optional onCopyCapture: ClipboardEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCopyCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1430


onCut

Optional onCut: ClipboardEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCut

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1431


onCutCapture

Optional onCutCapture: ClipboardEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onCutCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1432


onDoubleClick

Optional onDoubleClick: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDoubleClick

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1535


onDoubleClickCapture

Optional onDoubleClickCapture: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDoubleClickCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1536


onDrag

Optional onDrag: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDrag

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1537


onDragCapture

Optional onDragCapture: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1538


onDragEnd

Optional onDragEnd: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragEnd

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1539


onDragEndCapture

Optional onDragEndCapture: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragEndCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1540


onDragEnter

Optional onDragEnter: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragEnter

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1541


onDragEnterCapture

Optional onDragEnterCapture: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragEnterCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1542


onDragExit

Optional onDragExit: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragExit

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1543


onDragExitCapture

Optional onDragExitCapture: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragExitCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1544


onDragLeave

Optional onDragLeave: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragLeave

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1545


onDragLeaveCapture

Optional onDragLeaveCapture: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragLeaveCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1546


onDragOver

Optional onDragOver: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragOver

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1547


onDragOverCapture

Optional onDragOverCapture: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragOverCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1548


onDragStart

Optional onDragStart: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragStart

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1549


onDragStartCapture

Optional onDragStartCapture: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDragStartCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1550


onDrop

Optional onDrop: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDrop

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1551


onDropCapture

Optional onDropCapture: DragEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDropCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1552


onDurationChange

Optional onDurationChange: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDurationChange

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1487


onDurationChangeCapture

Optional onDurationChangeCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onDurationChangeCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1488


onEmptied

Optional onEmptied: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onEmptied

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1489


onEmptiedCapture

Optional onEmptiedCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onEmptiedCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1490


onEncrypted

Optional onEncrypted: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onEncrypted

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1491


onEncryptedCapture

Optional onEncryptedCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onEncryptedCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1492


onEnded

Optional onEnded: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onEnded

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1493


onEndedCapture

Optional onEndedCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onEndedCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1494


onError

Optional onError: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onError

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1467


onErrorCapture

Optional onErrorCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onErrorCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1468


onFocus

Optional onFocus: FocusEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onFocus

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1445


onFocusCapture

Optional onFocusCapture: FocusEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onFocusCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1446


onGotPointerCapture

Optional onGotPointerCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onGotPointerCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1597


onGotPointerCaptureCapture

Optional onGotPointerCaptureCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onGotPointerCaptureCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1598


onInput

Optional onInput: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onInput

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1455


onInputCapture

Optional onInputCapture: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onInputCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1456


onInvalid

Optional onInvalid: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onInvalid

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1461


onInvalidCapture

Optional onInvalidCapture: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onInvalidCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1462


onKeyDown

Optional onKeyDown: KeyboardEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onKeyDown

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1471


onKeyDownCapture

Optional onKeyDownCapture: KeyboardEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onKeyDownCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1472


onKeyPress

Optional onKeyPress: KeyboardEventHandler<HTMLButtonElement>

Deprecated

Inherited from

React.ButtonHTMLAttributes.onKeyPress

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1474


onKeyPressCapture

Optional onKeyPressCapture: KeyboardEventHandler<HTMLButtonElement>

Deprecated

Inherited from

React.ButtonHTMLAttributes.onKeyPressCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1476


onKeyUp

Optional onKeyUp: KeyboardEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onKeyUp

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1477


onKeyUpCapture

Optional onKeyUpCapture: KeyboardEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onKeyUpCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1478


onLoad

Optional onLoad: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onLoad

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1465


onLoadCapture

Optional onLoadCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onLoadCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1466


onLoadStart

Optional onLoadStart: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onLoadStart

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1499


onLoadStartCapture

Optional onLoadStartCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onLoadStartCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1500


onLoadedData

Optional onLoadedData: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onLoadedData

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1495


onLoadedDataCapture

Optional onLoadedDataCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onLoadedDataCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1496


onLoadedMetadata

Optional onLoadedMetadata: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onLoadedMetadata

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1497


onLoadedMetadataCapture

Optional onLoadedMetadataCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onLoadedMetadataCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1498


onLostPointerCapture

Optional onLostPointerCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onLostPointerCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1599


onLostPointerCaptureCapture

Optional onLostPointerCaptureCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onLostPointerCaptureCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1600


onMouseDown

Optional onMouseDown: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseDown

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1553


onMouseDownCapture

Optional onMouseDownCapture: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseDownCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1554


onMouseEnter

Optional onMouseEnter: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseEnter

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1555


onMouseLeave

Optional onMouseLeave: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseLeave

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1556


onMouseMove

Optional onMouseMove: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseMove

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1557


onMouseMoveCapture

Optional onMouseMoveCapture: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseMoveCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1558


onMouseOut

Optional onMouseOut: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseOut

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1559


onMouseOutCapture

Optional onMouseOutCapture: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseOutCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1560


onMouseOver

Optional onMouseOver: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseOver

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1561


onMouseOverCapture

Optional onMouseOverCapture: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseOverCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1562


onMouseUp

Optional onMouseUp: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseUp

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1563


onMouseUpCapture

Optional onMouseUpCapture: MouseEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onMouseUpCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1564


onPaste

Optional onPaste: ClipboardEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPaste

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1433


onPasteCapture

Optional onPasteCapture: ClipboardEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPasteCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1434


onPause

Optional onPause: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPause

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1501


onPauseCapture

Optional onPauseCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPauseCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1502


onPlay

Optional onPlay: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPlay

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1503


onPlayCapture

Optional onPlayCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPlayCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1504


onPlaying

Optional onPlaying: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPlaying

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1505


onPlayingCapture

Optional onPlayingCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPlayingCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1506


onPointerCancel

Optional onPointerCancel: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerCancel

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1587


onPointerCancelCapture

Optional onPointerCancelCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerCancelCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1588


onPointerDown

Optional onPointerDown: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerDown

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1581


onPointerDownCapture

Optional onPointerDownCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerDownCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1582


onPointerEnter

Optional onPointerEnter: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerEnter

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1589


onPointerEnterCapture

Optional onPointerEnterCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerEnterCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1590


onPointerLeave

Optional onPointerLeave: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerLeave

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1591


onPointerLeaveCapture

Optional onPointerLeaveCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerLeaveCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1592


onPointerMove

Optional onPointerMove: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerMove

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1583


onPointerMoveCapture

Optional onPointerMoveCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerMoveCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1584


onPointerOut

Optional onPointerOut: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerOut

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1595


onPointerOutCapture

Optional onPointerOutCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerOutCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1596


onPointerOver

Optional onPointerOver: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerOver

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1593


onPointerOverCapture

Optional onPointerOverCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerOverCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1594


onPointerUp

Optional onPointerUp: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerUp

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1585


onPointerUpCapture

Optional onPointerUpCapture: PointerEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onPointerUpCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1586


onProgress

Optional onProgress: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onProgress

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1507


onProgressCapture

Optional onProgressCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onProgressCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1508


onRateChange

Optional onRateChange: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onRateChange

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1509


onRateChangeCapture

Optional onRateChangeCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onRateChangeCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1510


onReset

Optional onReset: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onReset

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1457


onResetCapture

Optional onResetCapture: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onResetCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1458


onResize

Optional onResize: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onResize

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1511


onResizeCapture

Optional onResizeCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onResizeCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1512


onScroll

Optional onScroll: UIEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onScroll

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1603


onScrollCapture

Optional onScrollCapture: UIEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onScrollCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1604


onSeeked

Optional onSeeked: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onSeeked

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1513


onSeekedCapture

Optional onSeekedCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onSeekedCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1514


onSeeking

Optional onSeeking: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onSeeking

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1515


onSeekingCapture

Optional onSeekingCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onSeekingCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1516


onSelect

Optional onSelect: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onSelect

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1567


onSelectCapture

Optional onSelectCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onSelectCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1568


onStalled

Optional onStalled: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onStalled

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1517


onStalledCapture

Optional onStalledCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onStalledCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1518


onSubmit

Optional onSubmit: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onSubmit

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1459


onSubmitCapture

Optional onSubmitCapture: FormEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onSubmitCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1460


onSuspend

Optional onSuspend: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onSuspend

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1519


onSuspendCapture

Optional onSuspendCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onSuspendCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1520


onTimeUpdate

Optional onTimeUpdate: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTimeUpdate

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1521


onTimeUpdateCapture

Optional onTimeUpdateCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTimeUpdateCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1522


onTouchCancel

Optional onTouchCancel: TouchEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTouchCancel

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1571


onTouchCancelCapture

Optional onTouchCancelCapture: TouchEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTouchCancelCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1572


onTouchEnd

Optional onTouchEnd: TouchEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTouchEnd

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1573


onTouchEndCapture

Optional onTouchEndCapture: TouchEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTouchEndCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1574


onTouchMove

Optional onTouchMove: TouchEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTouchMove

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1575


onTouchMoveCapture

Optional onTouchMoveCapture: TouchEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTouchMoveCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1576


onTouchStart

Optional onTouchStart: TouchEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTouchStart

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1577


onTouchStartCapture

Optional onTouchStartCapture: TouchEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTouchStartCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1578


onTransitionEnd

Optional onTransitionEnd: TransitionEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTransitionEnd

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1619


onTransitionEndCapture

Optional onTransitionEndCapture: TransitionEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onTransitionEndCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1620


onVolumeChange

Optional onVolumeChange: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onVolumeChange

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1523


onVolumeChangeCapture

Optional onVolumeChangeCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onVolumeChangeCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1524


onWaiting

Optional onWaiting: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onWaiting

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1525


onWaitingCapture

Optional onWaitingCapture: ReactEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onWaitingCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1526


onWheel

Optional onWheel: WheelEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onWheel

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1607


onWheelCapture

Optional onWheelCapture: WheelEventHandler<HTMLButtonElement>

Inherited from

React.ButtonHTMLAttributes.onWheelCapture

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1608


placeholder

Optional placeholder: string

Inherited from

React.ButtonHTMLAttributes.placeholder

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1939


prefix

Optional prefix: string

Inherited from

React.ButtonHTMLAttributes.prefix

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1958


property

Optional property: string

Inherited from

React.ButtonHTMLAttributes.property

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1959


radioGroup

Optional radioGroup: string

Inherited from

React.ButtonHTMLAttributes.radioGroup

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1948


rel

Optional rel: string

Inherited from

React.ButtonHTMLAttributes.rel

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1960


resource

Optional resource: string

Inherited from

React.ButtonHTMLAttributes.resource

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1961


results

Optional results: number

Inherited from

React.ButtonHTMLAttributes.results

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1976


rev

Optional rev: string

Inherited from

React.ButtonHTMLAttributes.rev

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1962


role

Optional role: AriaRole

Inherited from

React.ButtonHTMLAttributes.role

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1951


security

Optional security: string

Inherited from

React.ButtonHTMLAttributes.security

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1977


size

Optional size: null | "default" | "sm" | "lg"

Inherited from

ButtonBaseProps.size

Defined in

packages/webapp-libs/webapp-core/src/components/buttons/button/button.styles.ts:15


slot

Optional slot: string

Inherited from

React.ButtonHTMLAttributes.slot

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1940


spellCheck

Optional spellCheck: Booleanish

Inherited from

React.ButtonHTMLAttributes.spellCheck

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1941


style

Optional style: CSSProperties

Inherited from

React.ButtonHTMLAttributes.style

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1942


suppressContentEditableWarning

Optional suppressContentEditableWarning: boolean

Inherited from

React.ButtonHTMLAttributes.suppressContentEditableWarning

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1924


suppressHydrationWarning

Optional suppressHydrationWarning: boolean

Inherited from

React.ButtonHTMLAttributes.suppressHydrationWarning

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1925


tabIndex

Optional tabIndex: number

Inherited from

React.ButtonHTMLAttributes.tabIndex

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1943


title

Optional title: string

Inherited from

React.ButtonHTMLAttributes.title

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1944


translate

Optional translate: "yes" | "no"

Inherited from

React.ButtonHTMLAttributes.translate

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1945


type

Optional type: "button" | "submit" | "reset"

Inherited from

React.ButtonHTMLAttributes.type

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2176


typeof

Optional typeof: string

Inherited from

React.ButtonHTMLAttributes.typeof

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1963


unselectable

Optional unselectable: "on" | "off"

Inherited from

React.ButtonHTMLAttributes.unselectable

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1978


value

Optional value: string | number | readonly string[]

Inherited from

React.ButtonHTMLAttributes.value

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:2177


variant

Optional variant: null | "default" | "destructive" | "link" | "outline" | "secondary" | "ghost"

Inherited from

ButtonBaseProps.variant

Defined in

packages/webapp-libs/webapp-core/src/components/buttons/button/button.styles.ts:7


vocab

Optional vocab: string

Inherited from

React.ButtonHTMLAttributes.vocab

Defined in

node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts:1964