maia.component-library / AlertDialogHeadingProps
Interface: AlertDialogHeadingProps
Defined in: node_modules/.pnpm/@heroui+react@3.2.1_@react-_0c36d9022f1aaf46c104e0a6d2192bf4/node_modules/@heroui/react/dist/components/alert-dialog/alert-dialog.d.ts:47
Extends
ComponentPropsWithRef<typeofHeadingPrimitive>
Properties
about?
optionalabout?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2820
Inherited from
ComponentPropsWithRef.about
accessKey?
optionalaccessKey?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2793
Inherited from
ComponentPropsWithRef.accessKey
aria-activedescendant?
optionalaria-activedescendant?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2491
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
ComponentPropsWithRef.aria-activedescendant
aria-atomic?
optionalaria-atomic?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2493
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
ComponentPropsWithRef.aria-atomic
aria-autocomplete?
optionalaria-autocomplete?:"list"|"none"|"inline"|"both"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2498
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
ComponentPropsWithRef.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2504
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
ComponentPropsWithRef.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2509
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
ComponentPropsWithRef.aria-brailleroledescription
aria-busy?
optionalaria-busy?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2510
Inherited from
ComponentPropsWithRef.aria-busy
aria-checked?
optionalaria-checked?:boolean|"true"|"false"|"mixed"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2515
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
ComponentPropsWithRef.aria-checked
aria-colcount?
optionalaria-colcount?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2520
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
ComponentPropsWithRef.aria-colcount
aria-colindex?
optionalaria-colindex?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2525
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
ComponentPropsWithRef.aria-colindex
aria-colindextext?
optionalaria-colindextext?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2530
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
ComponentPropsWithRef.aria-colindextext
aria-colspan?
optionalaria-colspan?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2535
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
ComponentPropsWithRef.aria-colspan
aria-controls?
optionalaria-controls?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2540
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
ComponentPropsWithRef.aria-controls
aria-current?
optionalaria-current?:boolean|"time"|"step"|"true"|"false"|"page"|"location"|"date"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2542
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
ComponentPropsWithRef.aria-current
aria-describedby?
optionalaria-describedby?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2547
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
ComponentPropsWithRef.aria-describedby
aria-description?
optionalaria-description?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2552
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
ComponentPropsWithRef.aria-description
aria-details?
optionalaria-details?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2557
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
ComponentPropsWithRef.aria-details
aria-disabled?
optionalaria-disabled?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2562
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
ComponentPropsWithRef.aria-disabled
aria-dropeffect?
optionalaria-dropeffect?:"link"|"none"|"copy"|"execute"|"move"|"popup"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2567
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
ComponentPropsWithRef.aria-dropeffect
aria-errormessage?
optionalaria-errormessage?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2572
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
ComponentPropsWithRef.aria-errormessage
aria-expanded?
optionalaria-expanded?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2574
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
ComponentPropsWithRef.aria-expanded
aria-flowto?
optionalaria-flowto?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2579
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
ComponentPropsWithRef.aria-flowto
aria-grabbed?
optionalaria-grabbed?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2584
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
ComponentPropsWithRef.aria-grabbed
aria-haspopup?
optionalaria-haspopup?:boolean|"dialog"|"menu"|"true"|"false"|"grid"|"listbox"|"tree"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2586
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
ComponentPropsWithRef.aria-haspopup
aria-hidden?
optionalaria-hidden?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2591
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
ComponentPropsWithRef.aria-hidden
aria-invalid?
optionalaria-invalid?:boolean|"true"|"false"|"grammar"|"spelling"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2596
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
ComponentPropsWithRef.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2598
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
ComponentPropsWithRef.aria-keyshortcuts
aria-label?
optionalaria-label?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2603
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
ComponentPropsWithRef.aria-label
aria-labelledby?
optionalaria-labelledby?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2608
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
ComponentPropsWithRef.aria-labelledby
aria-level?
optionalaria-level?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2610
Defines the hierarchical level of an element within a structure.
Inherited from
ComponentPropsWithRef.aria-level
aria-live?
optionalaria-live?:"off"|"assertive"|"polite"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2612
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
ComponentPropsWithRef.aria-live
aria-modal?
optionalaria-modal?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2614
Indicates whether an element is modal when displayed.
Inherited from
ComponentPropsWithRef.aria-modal
aria-multiline?
optionalaria-multiline?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2616
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
ComponentPropsWithRef.aria-multiline
aria-multiselectable?
optionalaria-multiselectable?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2618
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
ComponentPropsWithRef.aria-multiselectable
aria-orientation?
optionalaria-orientation?:"horizontal"|"vertical"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2620
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
ComponentPropsWithRef.aria-orientation
aria-owns?
optionalaria-owns?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2626
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
ComponentPropsWithRef.aria-owns
aria-placeholder?
optionalaria-placeholder?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2631
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
ComponentPropsWithRef.aria-placeholder
aria-posinset?
optionalaria-posinset?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2636
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
ComponentPropsWithRef.aria-posinset
aria-pressed?
optionalaria-pressed?:boolean|"true"|"false"|"mixed"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2641
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
ComponentPropsWithRef.aria-pressed
aria-readonly?
optionalaria-readonly?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2646
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
ComponentPropsWithRef.aria-readonly
aria-relevant?
optionalaria-relevant?:"text"|"additions"|"additions removals"|"additions text"|"all"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2651
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
ComponentPropsWithRef.aria-relevant
aria-required?
optionalaria-required?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2664
Indicates that user input is required on the element before a form may be submitted.
Inherited from
ComponentPropsWithRef.aria-required
aria-roledescription?
optionalaria-roledescription?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2666
Defines a human-readable, author-localized description for the role of an element.
Inherited from
ComponentPropsWithRef.aria-roledescription
aria-rowcount?
optionalaria-rowcount?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2671
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
ComponentPropsWithRef.aria-rowcount
aria-rowindex?
optionalaria-rowindex?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2676
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
ComponentPropsWithRef.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2681
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
ComponentPropsWithRef.aria-rowindextext
aria-rowspan?
optionalaria-rowspan?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2686
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
ComponentPropsWithRef.aria-rowspan
aria-selected?
optionalaria-selected?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2691
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
ComponentPropsWithRef.aria-selected
aria-setsize?
optionalaria-setsize?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2696
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
ComponentPropsWithRef.aria-setsize
aria-sort?
optionalaria-sort?:"none"|"ascending"|"descending"|"other"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2698
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
ComponentPropsWithRef.aria-sort
aria-valuemax?
optionalaria-valuemax?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2700
Defines the maximum allowed value for a range widget.
Inherited from
ComponentPropsWithRef.aria-valuemax
aria-valuemin?
optionalaria-valuemin?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2702
Defines the minimum allowed value for a range widget.
Inherited from
ComponentPropsWithRef.aria-valuemin
aria-valuenow?
optionalaria-valuenow?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2707
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
ComponentPropsWithRef.aria-valuenow
aria-valuetext?
optionalaria-valuetext?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2709
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
ComponentPropsWithRef.aria-valuetext
autoCapitalize?
optionalautoCapitalize?:"none"|string&object|"off"|"on"|"sentences"|"words"|"characters"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2794
Inherited from
ComponentPropsWithRef.autoCapitalize
autoCorrect?
optionalautoCorrect?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2833
Inherited from
ComponentPropsWithRef.autoCorrect
autoFocus?
optionalautoFocus?:boolean
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2795
Inherited from
ComponentPropsWithRef.autoFocus
autoSave?
optionalautoSave?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2834
Inherited from
ComponentPropsWithRef.autoSave
children?
optionalchildren?:ReactNode
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2267
Inherited from
ComponentPropsWithRef.children
className?
optionalclassName?:string
Defined in: node_modules/.pnpm/react-aria-components@1.18._652bbfc7b5fa5f84b16cd32a1196785b/node_modules/react-aria-components/dist/types/src/Heading.d.ts:10
The CSS className for the element.
Default
'react-aria-Heading'Inherited from
ComponentPropsWithRef.className
color?
optionalcolor?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2835
Inherited from
ComponentPropsWithRef.color
content?
optionalcontent?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2821
Inherited from
ComponentPropsWithRef.content
contentEditable?
optionalcontentEditable?:Booleanish|"inherit"|"plaintext-only"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2797
Inherited from
ComponentPropsWithRef.contentEditable
contextMenu?
optionalcontextMenu?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2798
Inherited from
ComponentPropsWithRef.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML?:object
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2268
__html
__html:
string|TrustedHTML
Inherited from
ComponentPropsWithRef.dangerouslySetInnerHTML
datatype?
optionaldatatype?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2822
Inherited from
ComponentPropsWithRef.datatype
defaultChecked?
optionaldefaultChecked?:boolean
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2787
Inherited from
ComponentPropsWithRef.defaultChecked
defaultValue?
optionaldefaultValue?:string|number| readonlystring[]
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2788
Inherited from
ComponentPropsWithRef.defaultValue
dir?
optionaldir?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2799
Inherited from
ComponentPropsWithRef.dir
draggable?
optionaldraggable?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2800
Inherited from
ComponentPropsWithRef.draggable
enterKeyHint?
optionalenterKeyHint?:"search"|"enter"|"done"|"go"|"next"|"previous"|"send"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2801
Inherited from
ComponentPropsWithRef.enterKeyHint
exportparts?
optionalexportparts?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2868
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
ComponentPropsWithRef.exportparts
hidden?
optionalhidden?:boolean
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2802
Inherited from
ComponentPropsWithRef.hidden
id?
optionalid?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2803
Inherited from
ComponentPropsWithRef.id
inert?
optionalinert?:boolean
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2854
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
ComponentPropsWithRef.inert
inlist?
optionalinlist?:any
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2823
Inherited from
ComponentPropsWithRef.inlist
inputMode?
optionalinputMode?:"search"|"text"|"none"|"tel"|"url"|"email"|"numeric"|"decimal"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2859
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
ComponentPropsWithRef.inputMode
is?
optionalis?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2864
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
ComponentPropsWithRef.is
itemID?
optionalitemID?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2839
Inherited from
ComponentPropsWithRef.itemID
itemProp?
optionalitemProp?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2836
Inherited from
ComponentPropsWithRef.itemProp
itemRef?
optionalitemRef?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2840
Inherited from
ComponentPropsWithRef.itemRef
itemScope?
optionalitemScope?:boolean
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2837
Inherited from
ComponentPropsWithRef.itemScope
itemType?
optionalitemType?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2838
Inherited from
ComponentPropsWithRef.itemType
key?
optionalkey?:Key|null
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:259
Inherited from
ComponentPropsWithRef.key
lang?
optionallang?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2804
Inherited from
ComponentPropsWithRef.lang
level?
optionallevel?:number
Defined in: node_modules/.pnpm/react-aria-components@1.18._652bbfc7b5fa5f84b16cd32a1196785b/node_modules/react-aria-components/dist/types/src/Heading.d.ts:16
The heading level.
Default
3Inherited from
ComponentPropsWithRef.level
nonce?
optionalnonce?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2805
Inherited from
ComponentPropsWithRef.nonce
onAbort?
optionalonAbort?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2327
Inherited from
ComponentPropsWithRef.onAbort
onAbortCapture?
optionalonAbortCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2328
Inherited from
ComponentPropsWithRef.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd?:AnimationEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2457
Inherited from
ComponentPropsWithRef.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture?:AnimationEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2458
Inherited from
ComponentPropsWithRef.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration?:AnimationEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2459
Inherited from
ComponentPropsWithRef.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture?:AnimationEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2460
Inherited from
ComponentPropsWithRef.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart?:AnimationEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2455
Inherited from
ComponentPropsWithRef.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture?:AnimationEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2456
Inherited from
ComponentPropsWithRef.onAnimationStartCapture
onAuxClick?
optionalonAuxClick?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2373
Inherited from
ComponentPropsWithRef.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2374
Inherited from
ComponentPropsWithRef.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput?:InputEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2299
Inherited from
ComponentPropsWithRef.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture?:InputEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2300
Inherited from
ComponentPropsWithRef.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle?:ToggleEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2464
Inherited from
ComponentPropsWithRef.onBeforeToggle
onBlur?
optionalonBlur?:FocusEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2293
Inherited from
ComponentPropsWithRef.onBlur
onBlurCapture?
optionalonBlurCapture?:FocusEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2294
Inherited from
ComponentPropsWithRef.onBlurCapture
onCanPlay?
optionalonCanPlay?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2329
Inherited from
ComponentPropsWithRef.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2330
Inherited from
ComponentPropsWithRef.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2331
Inherited from
ComponentPropsWithRef.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2332
Inherited from
ComponentPropsWithRef.onCanPlayThroughCapture
onChange?
optionalonChange?:ChangeEventHandler<HTMLElement,Element>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2297
Inherited from
ComponentPropsWithRef.onChange
onChangeCapture?
optionalonChangeCapture?:ChangeEventHandler<HTMLElement,Element>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2298
Inherited from
ComponentPropsWithRef.onChangeCapture
onClick?
optionalonClick?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2375
Inherited from
ComponentPropsWithRef.onClick
onClickCapture?
optionalonClickCapture?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2376
Inherited from
ComponentPropsWithRef.onClickCapture
onCompositionEnd?
optionalonCompositionEnd?:CompositionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2283
Inherited from
ComponentPropsWithRef.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture?:CompositionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2284
Inherited from
ComponentPropsWithRef.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart?:CompositionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2285
Inherited from
ComponentPropsWithRef.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture?:CompositionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2286
Inherited from
ComponentPropsWithRef.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate?:CompositionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2287
Inherited from
ComponentPropsWithRef.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture?:CompositionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2288
Inherited from
ComponentPropsWithRef.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2377
Inherited from
ComponentPropsWithRef.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2378
Inherited from
ComponentPropsWithRef.onContextMenuCapture
onCopy?
optionalonCopy?:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2275
Inherited from
ComponentPropsWithRef.onCopy
onCopyCapture?
optionalonCopyCapture?:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2276
Inherited from
ComponentPropsWithRef.onCopyCapture
onCut?
optionalonCut?:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2277
Inherited from
ComponentPropsWithRef.onCut
onCutCapture?
optionalonCutCapture?:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2278
Inherited from
ComponentPropsWithRef.onCutCapture
onDoubleClick?
optionalonDoubleClick?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2379
Inherited from
ComponentPropsWithRef.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2380
Inherited from
ComponentPropsWithRef.onDoubleClickCapture
onDrag?
optionalonDrag?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2381
Inherited from
ComponentPropsWithRef.onDrag
onDragCapture?
optionalonDragCapture?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2382
Inherited from
ComponentPropsWithRef.onDragCapture
onDragEnd?
optionalonDragEnd?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2383
Inherited from
ComponentPropsWithRef.onDragEnd
onDragEndCapture?
optionalonDragEndCapture?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2384
Inherited from
ComponentPropsWithRef.onDragEndCapture
onDragEnter?
optionalonDragEnter?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2385
Inherited from
ComponentPropsWithRef.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2386
Inherited from
ComponentPropsWithRef.onDragEnterCapture
onDragExit?
optionalonDragExit?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2387
Inherited from
ComponentPropsWithRef.onDragExit
onDragExitCapture?
optionalonDragExitCapture?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2388
Inherited from
ComponentPropsWithRef.onDragExitCapture
onDragLeave?
optionalonDragLeave?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2389
Inherited from
ComponentPropsWithRef.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2390
Inherited from
ComponentPropsWithRef.onDragLeaveCapture
onDragOver?
optionalonDragOver?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2391
Inherited from
ComponentPropsWithRef.onDragOver
onDragOverCapture?
optionalonDragOverCapture?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2392
Inherited from
ComponentPropsWithRef.onDragOverCapture
onDragStart?
optionalonDragStart?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2393
Inherited from
ComponentPropsWithRef.onDragStart
onDragStartCapture?
optionalonDragStartCapture?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2394
Inherited from
ComponentPropsWithRef.onDragStartCapture
onDrop?
optionalonDrop?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2395
Inherited from
ComponentPropsWithRef.onDrop
onDropCapture?
optionalonDropCapture?:DragEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2396
Inherited from
ComponentPropsWithRef.onDropCapture
onDurationChange?
optionalonDurationChange?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2333
Inherited from
ComponentPropsWithRef.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2334
Inherited from
ComponentPropsWithRef.onDurationChangeCapture
onEmptied?
optionalonEmptied?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2335
Inherited from
ComponentPropsWithRef.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2336
Inherited from
ComponentPropsWithRef.onEmptiedCapture
onEncrypted?
optionalonEncrypted?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2337
Inherited from
ComponentPropsWithRef.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2338
Inherited from
ComponentPropsWithRef.onEncryptedCapture
onEnded?
optionalonEnded?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2339
Inherited from
ComponentPropsWithRef.onEnded
onEndedCapture?
optionalonEndedCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2340
Inherited from
ComponentPropsWithRef.onEndedCapture
onError?
optionalonError?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2313
Inherited from
ComponentPropsWithRef.onError
onErrorCapture?
optionalonErrorCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2314
Inherited from
ComponentPropsWithRef.onErrorCapture
onFocus?
optionalonFocus?:FocusEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2291
Inherited from
ComponentPropsWithRef.onFocus
onFocusCapture?
optionalonFocusCapture?:FocusEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2292
Inherited from
ComponentPropsWithRef.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2439
Inherited from
ComponentPropsWithRef.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2440
Inherited from
ComponentPropsWithRef.onGotPointerCaptureCapture
onInput?
optionalonInput?:InputEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2301
Inherited from
ComponentPropsWithRef.onInput
onInputCapture?
optionalonInputCapture?:InputEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2302
Inherited from
ComponentPropsWithRef.onInputCapture
onInvalid?
optionalonInvalid?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2307
Inherited from
ComponentPropsWithRef.onInvalid
onInvalidCapture?
optionalonInvalidCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2308
Inherited from
ComponentPropsWithRef.onInvalidCapture
onKeyDown?
optionalonKeyDown?:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2317
Inherited from
ComponentPropsWithRef.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture?:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2318
Inherited from
ComponentPropsWithRef.onKeyDownCapture
onKeyPress?
optionalonKeyPress?:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2320
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
ComponentPropsWithRef.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture?:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2322
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
ComponentPropsWithRef.onKeyPressCapture
onKeyUp?
optionalonKeyUp?:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2323
Inherited from
ComponentPropsWithRef.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture?:KeyboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2324
Inherited from
ComponentPropsWithRef.onKeyUpCapture
onLoad?
optionalonLoad?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2311
Inherited from
ComponentPropsWithRef.onLoad
onLoadCapture?
optionalonLoadCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2312
Inherited from
ComponentPropsWithRef.onLoadCapture
onLoadedData?
optionalonLoadedData?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2341
Inherited from
ComponentPropsWithRef.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2342
Inherited from
ComponentPropsWithRef.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2343
Inherited from
ComponentPropsWithRef.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2344
Inherited from
ComponentPropsWithRef.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2345
Inherited from
ComponentPropsWithRef.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2346
Inherited from
ComponentPropsWithRef.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2441
Inherited from
ComponentPropsWithRef.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2442
Inherited from
ComponentPropsWithRef.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2397
Inherited from
ComponentPropsWithRef.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2398
Inherited from
ComponentPropsWithRef.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2399
Inherited from
ComponentPropsWithRef.onMouseEnter
onMouseLeave?
optionalonMouseLeave?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2400
Inherited from
ComponentPropsWithRef.onMouseLeave
onMouseMove?
optionalonMouseMove?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2401
Inherited from
ComponentPropsWithRef.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2402
Inherited from
ComponentPropsWithRef.onMouseMoveCapture
onMouseOut?
optionalonMouseOut?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2403
Inherited from
ComponentPropsWithRef.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2404
Inherited from
ComponentPropsWithRef.onMouseOutCapture
onMouseOver?
optionalonMouseOver?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2405
Inherited from
ComponentPropsWithRef.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2406
Inherited from
ComponentPropsWithRef.onMouseOverCapture
onMouseUp?
optionalonMouseUp?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2407
Inherited from
ComponentPropsWithRef.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture?:MouseEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2408
Inherited from
ComponentPropsWithRef.onMouseUpCapture
onPaste?
optionalonPaste?:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2279
Inherited from
ComponentPropsWithRef.onPaste
onPasteCapture?
optionalonPasteCapture?:ClipboardEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2280
Inherited from
ComponentPropsWithRef.onPasteCapture
onPause?
optionalonPause?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2347
Inherited from
ComponentPropsWithRef.onPause
onPauseCapture?
optionalonPauseCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2348
Inherited from
ComponentPropsWithRef.onPauseCapture
onPlay?
optionalonPlay?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2349
Inherited from
ComponentPropsWithRef.onPlay
onPlayCapture?
optionalonPlayCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2350
Inherited from
ComponentPropsWithRef.onPlayCapture
onPlaying?
optionalonPlaying?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2351
Inherited from
ComponentPropsWithRef.onPlaying
onPlayingCapture?
optionalonPlayingCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2352
Inherited from
ComponentPropsWithRef.onPlayingCapture
onPointerCancel?
optionalonPointerCancel?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2431
Inherited from
ComponentPropsWithRef.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2432
Inherited from
ComponentPropsWithRef.onPointerCancelCapture
onPointerDown?
optionalonPointerDown?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2425
Inherited from
ComponentPropsWithRef.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2426
Inherited from
ComponentPropsWithRef.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2433
Inherited from
ComponentPropsWithRef.onPointerEnter
onPointerLeave?
optionalonPointerLeave?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2434
Inherited from
ComponentPropsWithRef.onPointerLeave
onPointerMove?
optionalonPointerMove?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2427
Inherited from
ComponentPropsWithRef.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2428
Inherited from
ComponentPropsWithRef.onPointerMoveCapture
onPointerOut?
optionalonPointerOut?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2437
Inherited from
ComponentPropsWithRef.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2438
Inherited from
ComponentPropsWithRef.onPointerOutCapture
onPointerOver?
optionalonPointerOver?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2435
Inherited from
ComponentPropsWithRef.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2436
Inherited from
ComponentPropsWithRef.onPointerOverCapture
onPointerUp?
optionalonPointerUp?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2429
Inherited from
ComponentPropsWithRef.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture?:PointerEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2430
Inherited from
ComponentPropsWithRef.onPointerUpCapture
onProgress?
optionalonProgress?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2353
Inherited from
ComponentPropsWithRef.onProgress
onProgressCapture?
optionalonProgressCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2354
Inherited from
ComponentPropsWithRef.onProgressCapture
onRateChange?
optionalonRateChange?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2355
Inherited from
ComponentPropsWithRef.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2356
Inherited from
ComponentPropsWithRef.onRateChangeCapture
onReset?
optionalonReset?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2303
Inherited from
ComponentPropsWithRef.onReset
onResetCapture?
optionalonResetCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2304
Inherited from
ComponentPropsWithRef.onResetCapture
onScroll?
optionalonScroll?:UIEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2445
Inherited from
ComponentPropsWithRef.onScroll
onScrollCapture?
optionalonScrollCapture?:UIEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2446
Inherited from
ComponentPropsWithRef.onScrollCapture
onScrollEnd?
optionalonScrollEnd?:UIEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2447
Inherited from
ComponentPropsWithRef.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture?:UIEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2448
Inherited from
ComponentPropsWithRef.onScrollEndCapture
onSeeked?
optionalonSeeked?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2357
Inherited from
ComponentPropsWithRef.onSeeked
onSeekedCapture?
optionalonSeekedCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2358
Inherited from
ComponentPropsWithRef.onSeekedCapture
onSeeking?
optionalonSeeking?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2359
Inherited from
ComponentPropsWithRef.onSeeking
onSeekingCapture?
optionalonSeekingCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2360
Inherited from
ComponentPropsWithRef.onSeekingCapture
onSelect?
optionalonSelect?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2411
Inherited from
ComponentPropsWithRef.onSelect
onSelectCapture?
optionalonSelectCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2412
Inherited from
ComponentPropsWithRef.onSelectCapture
onStalled?
optionalonStalled?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2361
Inherited from
ComponentPropsWithRef.onStalled
onStalledCapture?
optionalonStalledCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2362
Inherited from
ComponentPropsWithRef.onStalledCapture
onSubmit?
optionalonSubmit?:SubmitEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2305
Inherited from
ComponentPropsWithRef.onSubmit
onSubmitCapture?
optionalonSubmitCapture?:SubmitEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2306
Inherited from
ComponentPropsWithRef.onSubmitCapture
onSuspend?
optionalonSuspend?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2363
Inherited from
ComponentPropsWithRef.onSuspend
onSuspendCapture?
optionalonSuspendCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2364
Inherited from
ComponentPropsWithRef.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2365
Inherited from
ComponentPropsWithRef.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2366
Inherited from
ComponentPropsWithRef.onTimeUpdateCapture
onToggle?
optionalonToggle?:ToggleEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2463
Inherited from
ComponentPropsWithRef.onToggle
onTouchCancel?
optionalonTouchCancel?:TouchEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2415
Inherited from
ComponentPropsWithRef.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture?:TouchEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2416
Inherited from
ComponentPropsWithRef.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd?:TouchEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2417
Inherited from
ComponentPropsWithRef.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture?:TouchEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2418
Inherited from
ComponentPropsWithRef.onTouchEndCapture
onTouchMove?
optionalonTouchMove?:TouchEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2419
Inherited from
ComponentPropsWithRef.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture?:TouchEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2420
Inherited from
ComponentPropsWithRef.onTouchMoveCapture
onTouchStart?
optionalonTouchStart?:TouchEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2421
Inherited from
ComponentPropsWithRef.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture?:TouchEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2422
Inherited from
ComponentPropsWithRef.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel?:TransitionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2467
Inherited from
ComponentPropsWithRef.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture?:TransitionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2468
Inherited from
ComponentPropsWithRef.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd?:TransitionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2469
Inherited from
ComponentPropsWithRef.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture?:TransitionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2470
Inherited from
ComponentPropsWithRef.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun?:TransitionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2471
Inherited from
ComponentPropsWithRef.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture?:TransitionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2472
Inherited from
ComponentPropsWithRef.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart?:TransitionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2473
Inherited from
ComponentPropsWithRef.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture?:TransitionEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2474
Inherited from
ComponentPropsWithRef.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2367
Inherited from
ComponentPropsWithRef.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2368
Inherited from
ComponentPropsWithRef.onVolumeChangeCapture
onWaiting?
optionalonWaiting?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2369
Inherited from
ComponentPropsWithRef.onWaiting
onWaitingCapture?
optionalonWaitingCapture?:ReactEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2370
Inherited from
ComponentPropsWithRef.onWaitingCapture
onWheel?
optionalonWheel?:WheelEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2451
Inherited from
ComponentPropsWithRef.onWheel
onWheelCapture?
optionalonWheelCapture?:WheelEventHandler<HTMLElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2452
Inherited from
ComponentPropsWithRef.onWheelCapture
part?
optionalpart?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2872
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
ComponentPropsWithRef.part
popover?
optionalpopover?:""|"auto"|"manual"|"hint"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2846
Inherited from
ComponentPropsWithRef.popover
popoverTarget?
optionalpopoverTarget?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2848
Inherited from
ComponentPropsWithRef.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction?:"toggle"|"show"|"hide"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2847
Inherited from
ComponentPropsWithRef.popoverTargetAction
prefix?
optionalprefix?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2824
Inherited from
ComponentPropsWithRef.prefix
property?
optionalproperty?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2825
Inherited from
ComponentPropsWithRef.property
radioGroup?
optionalradioGroup?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2814
Inherited from
ComponentPropsWithRef.radioGroup
ref?
optionalref?:Ref<HTMLHeadingElement>
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:301
Allows getting a ref to the component instance. Once the component unmounts, React will set ref.current to null (or call the ref with null if you passed a callback ref).
See
Inherited from
ComponentPropsWithRef.ref
rel?
optionalrel?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2826
Inherited from
ComponentPropsWithRef.rel
render?
optionalrender?:DOMRenderFunction<"h1",undefined>
Defined in: node_modules/.pnpm/react-aria-components@1.18._652bbfc7b5fa5f84b16cd32a1196785b/node_modules/react-aria-components/dist/types/src/utils.d.ts:194
Overrides the default DOM element with a custom render function. This allows rendering existing components with built-in styles and behaviors such as router links, animation libraries, and pre-styled components.
Requirements:
- You must render the expected element type (e.g. if
<button>is expected, you cannot render an<a>). - Only a single root DOM element can be rendered (no fragments).
- You must pass through props and ref to the underlying DOM element, merging with your own prop as appropriate.
Inherited from
ComponentPropsWithRef.render
resource?
optionalresource?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2827
Inherited from
ComponentPropsWithRef.resource
results?
optionalresults?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2841
Inherited from
ComponentPropsWithRef.results
rev?
optionalrev?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2828
Inherited from
ComponentPropsWithRef.rev
role?
optionalrole?:AriaRole
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2817
Inherited from
ComponentPropsWithRef.role
security?
optionalsecurity?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2842
Inherited from
ComponentPropsWithRef.security
slot?
optionalslot?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2806
Inherited from
ComponentPropsWithRef.slot
spellCheck?
optionalspellCheck?:Booleanish
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2807
Inherited from
ComponentPropsWithRef.spellCheck
style?
optionalstyle?:CSSProperties
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2808
Inherited from
ComponentPropsWithRef.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning?:boolean
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2789
Inherited from
ComponentPropsWithRef.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning?:boolean
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2790
Inherited from
ComponentPropsWithRef.suppressHydrationWarning
tabIndex?
optionaltabIndex?:number
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2809
Inherited from
ComponentPropsWithRef.tabIndex
title?
optionaltitle?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2810
Inherited from
ComponentPropsWithRef.title
translate?
optionaltranslate?:"yes"|"no"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2811
Inherited from
ComponentPropsWithRef.translate
typeof?
optionaltypeof?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2829
Inherited from
ComponentPropsWithRef.typeof
unselectable?
optionalunselectable?:"off"|"on"
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2843
Inherited from
ComponentPropsWithRef.unselectable
vocab?
optionalvocab?:string
Defined in: node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2830
Inherited from
ComponentPropsWithRef.vocab