SliderProps
Defined in: packages/react-full/src/components/BouncingSlider/index.tsx:13
Extends
Omit
<HTMLProps
<HTMLDivElement
>,"onChange"
|"onSeeking"
>
Properties
Property | Type | Description | Overrides | Inherited from | Defined in |
---|---|---|---|---|---|
about? | string | - | - | Omit.about | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2726 |
accept? | string | - | - | Omit.accept | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2790 |
acceptCharset? | string | - | - | Omit.acceptCharset | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2791 |
accessKey? | string | - | - | Omit.accessKey | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2699 |
action? | string | (formData ) => void | Promise <void > | - | - | Omit.action | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2792 |
afterIcon? | Element | - | - | - | packages/react-full/src/components/BouncingSlider/index.tsx:23 |
allowFullScreen? | boolean | - | - | Omit.allowFullScreen | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2799 |
allowTransparency? | boolean | - | - | Omit.allowTransparency | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2800 |
alt? | string | - | - | Omit.alt | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2801 |
aria-activedescendant? | string | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. | - | Omit.aria-activedescendant | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2397 |
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. | - | Omit.aria-atomic | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2399 |
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. | - | Omit.aria-autocomplete | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2404 |
aria-braillelabel? | string | Defines a string value that labels the current element, which is intended to be converted into Braille. See aria-label. | - | Omit.aria-braillelabel | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2410 |
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. | - | Omit.aria-brailleroledescription | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2415 |
aria-busy? | Booleanish | - | - | Omit.aria-busy | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2416 |
aria-checked? | boolean | "true" | "false" | "mixed" | Indicates the current “checked” state of checkboxes, radio buttons, and other widgets. See - aria-pressed - aria-selected. | - | Omit.aria-checked | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2421 |
aria-colcount? | number | Defines the total number of columns in a table, grid, or treegrid. See aria-colindex. | - | Omit.aria-colcount | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2426 |
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. | - | Omit.aria-colindex | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2431 |
aria-colindextext? | string | Defines a human readable text alternative of aria-colindex. See aria-rowindextext. | - | Omit.aria-colindextext | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2436 |
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. | - | Omit.aria-colspan | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2441 |
aria-controls? | string | Identifies the element (or elements) whose contents or presence are controlled by the current element. See aria-owns. | - | Omit.aria-controls | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2446 |
aria-current? | boolean | "step" | "true" | "false" | "page" | "location" | "date" | "time" | Indicates the element that represents the current item within a container or set of related elements. | - | Omit.aria-current | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2448 |
aria-describedby? | string | Identifies the element (or elements) that describes the object. See aria-labelledby | - | Omit.aria-describedby | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2453 |
aria-description? | string | Defines a string value that describes or annotates the current element. See related aria-describedby. | - | Omit.aria-description | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2458 |
aria-details? | string | Identifies the element that provides a detailed, extended description for the object. See aria-describedby. | - | Omit.aria-details | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2463 |
aria-disabled? | Booleanish | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See - aria-hidden - aria-readonly. | - | Omit.aria-disabled | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2468 |
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 | - | Omit.aria-dropeffect | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2473 |
aria-errormessage? | string | Identifies the element that provides an error message for the object. See - aria-invalid - aria-describedby. | - | Omit.aria-errormessage | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2478 |
aria-expanded? | Booleanish | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. | - | Omit.aria-expanded | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2480 |
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. | - | Omit.aria-flowto | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2485 |
aria-grabbed? | Booleanish | Indicates an element’s “grabbed” state in a drag-and-drop operation. Deprecated in ARIA 1.1 | - | Omit.aria-grabbed | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2490 |
aria-haspopup? | | boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. | - | Omit.aria-haspopup | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2492 |
aria-hidden? | Booleanish | Indicates whether the element is exposed to an accessibility API. See aria-disabled. | - | Omit.aria-hidden | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2497 |
aria-invalid? | boolean | "true" | "false" | "grammar" | "spelling" | Indicates the entered value does not conform to the format expected by the application. See aria-errormessage. | - | Omit.aria-invalid | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2502 |
aria-keyshortcuts? | string | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. | - | Omit.aria-keyshortcuts | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2504 |
aria-label? | string | Defines a string value that labels the current element. See aria-labelledby. | - | Omit.aria-label | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2509 |
aria-labelledby? | string | Identifies the element (or elements) that labels the current element. See aria-describedby. | - | Omit.aria-labelledby | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2514 |
aria-level? | number | Defines the hierarchical level of an element within a structure. | - | Omit.aria-level | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2516 |
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. | - | Omit.aria-live | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2518 |
aria-modal? | Booleanish | Indicates whether an element is modal when displayed. | - | Omit.aria-modal | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2520 |
aria-multiline? | Booleanish | Indicates whether a text box accepts multiple lines of input or only a single line. | - | Omit.aria-multiline | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2522 |
aria-multiselectable? | Booleanish | Indicates that the user may select more than one item from the current selectable descendants. | - | Omit.aria-multiselectable | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2524 |
aria-orientation? | "horizontal" | "vertical" | Indicates whether the element’s orientation is horizontal, vertical, or unknown/ambiguous. | - | Omit.aria-orientation | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2526 |
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. | - | Omit.aria-owns | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2532 |
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. | - | Omit.aria-placeholder | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2537 |
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. | - | Omit.aria-posinset | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2542 |
aria-pressed? | boolean | "true" | "false" | "mixed" | Indicates the current “pressed” state of toggle buttons. See - aria-checked - aria-selected. | - | Omit.aria-pressed | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2547 |
aria-readonly? | Booleanish | Indicates that the element is not editable, but is otherwise operable. See aria-disabled. | - | Omit.aria-readonly | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2552 |
aria-relevant? | | "text" | "all" | "additions" | "additions removals" | "additions text" | "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. | - | Omit.aria-relevant | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2557 |
aria-required? | Booleanish | Indicates that user input is required on the element before a form may be submitted. | - | Omit.aria-required | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2570 |
aria-roledescription? | string | Defines a human-readable, author-localized description for the role of an element. | - | Omit.aria-roledescription | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2572 |
aria-rowcount? | number | Defines the total number of rows in a table, grid, or treegrid. See aria-rowindex. | - | Omit.aria-rowcount | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2577 |
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. | - | Omit.aria-rowindex | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2582 |
aria-rowindextext? | string | Defines a human readable text alternative of aria-rowindex. See aria-colindextext. | - | Omit.aria-rowindextext | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2587 |
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. | - | Omit.aria-rowspan | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2592 |
aria-selected? | Booleanish | Indicates the current “selected” state of various widgets. See - aria-checked - aria-pressed. | - | Omit.aria-selected | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2597 |
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. | - | Omit.aria-setsize | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2602 |
aria-sort? | "none" | "ascending" | "descending" | "other" | Indicates if items in a table or grid are sorted in ascending or descending order. | - | Omit.aria-sort | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2604 |
aria-valuemax? | number | Defines the maximum allowed value for a range widget. | - | Omit.aria-valuemax | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2606 |
aria-valuemin? | number | Defines the minimum allowed value for a range widget. | - | Omit.aria-valuemin | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2608 |
aria-valuenow? | number | Defines the current value for a range widget. See aria-valuetext. | - | Omit.aria-valuenow | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2613 |
aria-valuetext? | string | Defines the human readable text alternative of aria-valuenow for a range widget. | - | Omit.aria-valuetext | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2615 |
as? | string | - | - | Omit.as | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2802 |
async? | boolean | - | - | Omit.async | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2803 |
autoCapitalize? | | "off" | "none" | "on" | "sentences" | "words" | "characters" | string & object | - | - | Omit.autoCapitalize | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2700 |
autoComplete? | string | - | - | Omit.autoComplete | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2804 |
autoCorrect? | string | - | - | Omit.autoCorrect | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2739 |
autoFocus? | boolean | - | - | Omit.autoFocus | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2701 |
autoPlay? | boolean | - | - | Omit.autoPlay | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2805 |
autoSave? | string | - | - | Omit.autoSave | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2740 |
beforeIcon? | Element | - | - | - | packages/react-full/src/components/BouncingSlider/index.tsx:22 |
capture? | boolean | "user" | "environment" | - | - | Omit.capture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2806 |
cellPadding? | string | number | - | - | Omit.cellPadding | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2807 |
cellSpacing? | string | number | - | - | Omit.cellSpacing | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2808 |
challenge? | string | - | - | Omit.challenge | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2810 |
charSet? | string | - | - | Omit.charSet | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2809 |
checked? | boolean | - | - | Omit.checked | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2811 |
children? | ReactNode | - | - | Omit.children | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2173 |
cite? | string | - | - | Omit.cite | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2812 |
classID? | string | - | - | Omit.classID | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2813 |
className? | string | - | - | Omit.className | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2702 |
color? | string | - | - | Omit.color | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2741 |
cols? | number | - | - | Omit.cols | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2814 |
colSpan? | number | - | - | Omit.colSpan | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2815 |
content? | string | - | - | Omit.content | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2727 |
contentEditable? | Booleanish | "inherit" | "plaintext-only" | - | - | Omit.contentEditable | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2703 |
contextMenu? | string | - | - | Omit.contextMenu | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2704 |
controls? | boolean | - | - | Omit.controls | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2816 |
coords? | string | - | - | Omit.coords | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2817 |
crossOrigin? | CrossOrigin | - | - | Omit.crossOrigin | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2818 |
dangerouslySetInnerHTML? | object | - | - | Omit.dangerouslySetInnerHTML | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2174 |
dangerouslySetInnerHTML.__html | string | TrustedHTML | - | - | - | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2177 |
data? | string | - | - | Omit.data | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2819 |
datatype? | string | - | - | Omit.datatype | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2728 |
dateTime? | string | - | - | Omit.dateTime | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2820 |
default? | boolean | - | - | Omit.default | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2821 |
defaultChecked? | boolean | - | - | Omit.defaultChecked | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2693 |
defaultValue? | string | number | readonly string [] | - | - | Omit.defaultValue | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2694 |
defer? | boolean | - | - | Omit.defer | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2822 |
dir? | string | - | - | Omit.dir | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2705 |
disabled? | boolean | - | Omit.disabled | - | packages/react-full/src/components/BouncingSlider/index.tsx:24 |
download? | any | - | - | Omit.download | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2824 |
draggable? | Booleanish | - | - | Omit.draggable | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2706 |
encType? | string | - | - | Omit.encType | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2825 |
enterKeyHint? | "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | - | - | Omit.enterKeyHint | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2707 |
exportparts? | string | See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts | - | Omit.exportparts | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2774 |
form? | string | - | - | Omit.form | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2826 |
formAction? | string | (formData ) => void | Promise <void > | - | - | Omit.formAction | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2827 |
formEncType? | string | - | - | Omit.formEncType | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2834 |
formMethod? | string | - | - | Omit.formMethod | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2835 |
formNoValidate? | boolean | - | - | Omit.formNoValidate | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2836 |
formTarget? | string | - | - | Omit.formTarget | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2837 |
frameBorder? | string | number | - | - | Omit.frameBorder | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2838 |
headers? | string | - | - | Omit.headers | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2839 |
height? | string | number | - | - | Omit.height | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2840 |
hidden? | boolean | - | - | Omit.hidden | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2708 |
high? | number | - | - | Omit.high | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2841 |
href? | string | - | - | Omit.href | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2842 |
hrefLang? | string | - | - | Omit.hrefLang | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2843 |
htmlFor? | string | - | - | Omit.htmlFor | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2844 |
httpEquiv? | string | - | - | Omit.httpEquiv | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2845 |
id? | string | - | - | Omit.id | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2709 |
inert? | boolean | See https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert | - | Omit.inert | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2760 |
inlist? | any | - | - | Omit.inlist | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2729 |
inputMode? | | "search" | "none" | "text" | "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 | - | Omit.inputMode | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2765 |
integrity? | string | - | - | Omit.integrity | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2846 |
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 | - | Omit.is | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2770 |
itemID? | string | - | - | Omit.itemID | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2745 |
itemProp? | string | - | - | Omit.itemProp | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2742 |
itemRef? | string | - | - | Omit.itemRef | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2746 |
itemScope? | boolean | - | - | Omit.itemScope | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2743 |
itemType? | string | - | - | Omit.itemType | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2744 |
key? | null | Key | - | - | Omit.key | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:250 |
keyParams? | string | - | - | Omit.keyParams | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2847 |
keyType? | string | - | - | Omit.keyType | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2848 |
kind? | string | - | - | Omit.kind | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2849 |
label? | string | - | - | Omit.label | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2850 |
lang? | string | - | - | Omit.lang | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2710 |
list? | string | - | - | Omit.list | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2851 |
loop? | boolean | - | - | Omit.loop | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2852 |
low? | number | - | - | Omit.low | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2853 |
manifest? | string | - | - | Omit.manifest | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2854 |
marginHeight? | number | - | - | Omit.marginHeight | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2855 |
marginWidth? | number | - | - | Omit.marginWidth | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2856 |
max | number | - | Omit.max | - | packages/react-full/src/components/BouncingSlider/index.tsx:21 |
maxLength? | number | - | - | Omit.maxLength | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2858 |
media? | string | - | - | Omit.media | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2859 |
mediaGroup? | string | - | - | Omit.mediaGroup | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2860 |
method? | string | - | - | Omit.method | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2861 |
min | number | - | Omit.min | - | packages/react-full/src/components/BouncingSlider/index.tsx:20 |
minLength? | number | - | - | Omit.minLength | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2863 |
multiple? | boolean | - | - | Omit.multiple | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2864 |
muted? | boolean | - | - | Omit.muted | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2865 |
name? | string | - | - | Omit.name | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2866 |
nonce? | string | - | - | Omit.nonce | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2711 |
noValidate? | boolean | - | - | Omit.noValidate | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2867 |
onAbort? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onAbort | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2233 |
onAbortCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onAbortCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2234 |
onAfterChange? | (v ) => void | - | - | - | packages/react-full/src/components/BouncingSlider/index.tsx:15 |
onAnimationEnd? | AnimationEventHandler <HTMLDivElement > | - | - | Omit.onAnimationEnd | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2363 |
onAnimationEndCapture? | AnimationEventHandler <HTMLDivElement > | - | - | Omit.onAnimationEndCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2364 |
onAnimationIteration? | AnimationEventHandler <HTMLDivElement > | - | - | Omit.onAnimationIteration | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2365 |
onAnimationIterationCapture? | AnimationEventHandler <HTMLDivElement > | - | - | Omit.onAnimationIterationCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2366 |
onAnimationStart? | AnimationEventHandler <HTMLDivElement > | - | - | Omit.onAnimationStart | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2361 |
onAnimationStartCapture? | AnimationEventHandler <HTMLDivElement > | - | - | Omit.onAnimationStartCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2362 |
onAuxClick? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onAuxClick | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2279 |
onAuxClickCapture? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onAuxClickCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2280 |
onBeforeChange? | () => void | - | - | - | packages/react-full/src/components/BouncingSlider/index.tsx:16 |
onBeforeInput? | InputEventHandler <HTMLDivElement > | - | - | Omit.onBeforeInput | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2205 |
onBeforeInputCapture? | FormEventHandler <HTMLDivElement > | - | - | Omit.onBeforeInputCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2206 |
onBeforeToggle? | ToggleEventHandler <HTMLDivElement > | - | - | Omit.onBeforeToggle | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2370 |
onBlur? | FocusEventHandler <HTMLDivElement > | - | - | Omit.onBlur | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2199 |
onBlurCapture? | FocusEventHandler <HTMLDivElement > | - | - | Omit.onBlurCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2200 |
onCanPlay? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onCanPlay | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2235 |
onCanPlayCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onCanPlayCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2236 |
onCanPlayThrough? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onCanPlayThrough | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2237 |
onCanPlayThroughCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onCanPlayThroughCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2238 |
onChange? | (v ) => void | - | - | - | packages/react-full/src/components/BouncingSlider/index.tsx:17 |
onChangeCapture? | FormEventHandler <HTMLDivElement > | - | - | Omit.onChangeCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2204 |
onClick? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onClick | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2281 |
onClickCapture? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onClickCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2282 |
onCompositionEnd? | CompositionEventHandler <HTMLDivElement > | - | - | Omit.onCompositionEnd | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2189 |
onCompositionEndCapture? | CompositionEventHandler <HTMLDivElement > | - | - | Omit.onCompositionEndCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2190 |
onCompositionStart? | CompositionEventHandler <HTMLDivElement > | - | - | Omit.onCompositionStart | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2191 |
onCompositionStartCapture? | CompositionEventHandler <HTMLDivElement > | - | - | Omit.onCompositionStartCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2192 |
onCompositionUpdate? | CompositionEventHandler <HTMLDivElement > | - | - | Omit.onCompositionUpdate | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2193 |
onCompositionUpdateCapture? | CompositionEventHandler <HTMLDivElement > | - | - | Omit.onCompositionUpdateCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2194 |
onContextMenu? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onContextMenu | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2283 |
onContextMenuCapture? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onContextMenuCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2284 |
onCopy? | ClipboardEventHandler <HTMLDivElement > | - | - | Omit.onCopy | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2181 |
onCopyCapture? | ClipboardEventHandler <HTMLDivElement > | - | - | Omit.onCopyCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2182 |
onCut? | ClipboardEventHandler <HTMLDivElement > | - | - | Omit.onCut | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2183 |
onCutCapture? | ClipboardEventHandler <HTMLDivElement > | - | - | Omit.onCutCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2184 |
onDoubleClick? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onDoubleClick | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2285 |
onDoubleClickCapture? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onDoubleClickCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2286 |
onDrag? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDrag | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2287 |
onDragCapture? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2288 |
onDragEnd? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragEnd | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2289 |
onDragEndCapture? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragEndCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2290 |
onDragEnter? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragEnter | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2291 |
onDragEnterCapture? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragEnterCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2292 |
onDragExit? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragExit | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2293 |
onDragExitCapture? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragExitCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2294 |
onDragLeave? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragLeave | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2295 |
onDragLeaveCapture? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragLeaveCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2296 |
onDragOver? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragOver | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2297 |
onDragOverCapture? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragOverCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2298 |
onDragStart? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragStart | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2299 |
onDragStartCapture? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDragStartCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2300 |
onDrop? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDrop | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2301 |
onDropCapture? | DragEventHandler <HTMLDivElement > | - | - | Omit.onDropCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2302 |
onDurationChange? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onDurationChange | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2239 |
onDurationChangeCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onDurationChangeCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2240 |
onEmptied? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onEmptied | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2241 |
onEmptiedCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onEmptiedCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2242 |
onEncrypted? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onEncrypted | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2243 |
onEncryptedCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onEncryptedCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2244 |
onEnded? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onEnded | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2245 |
onEndedCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onEndedCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2246 |
onError? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onError | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2219 |
onErrorCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onErrorCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2220 |
onFocus? | FocusEventHandler <HTMLDivElement > | - | - | Omit.onFocus | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2197 |
onFocusCapture? | FocusEventHandler <HTMLDivElement > | - | - | Omit.onFocusCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2198 |
onGotPointerCapture? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onGotPointerCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2345 |
onGotPointerCaptureCapture? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onGotPointerCaptureCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2346 |
onInput? | FormEventHandler <HTMLDivElement > | - | - | Omit.onInput | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2207 |
onInputCapture? | FormEventHandler <HTMLDivElement > | - | - | Omit.onInputCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2208 |
onInvalid? | FormEventHandler <HTMLDivElement > | - | - | Omit.onInvalid | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2213 |
onInvalidCapture? | FormEventHandler <HTMLDivElement > | - | - | Omit.onInvalidCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2214 |
onKeyDown? | KeyboardEventHandler <HTMLDivElement > | - | - | Omit.onKeyDown | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2223 |
onKeyDownCapture? | KeyboardEventHandler <HTMLDivElement > | - | - | Omit.onKeyDownCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2224 |
onKeyPress? | KeyboardEventHandler <HTMLDivElement > | Deprecated Use onKeyUp or onKeyDown instead | - | Omit.onKeyPress | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2226 |
onKeyPressCapture? | KeyboardEventHandler <HTMLDivElement > | Deprecated Use onKeyUpCapture or onKeyDownCapture instead | - | Omit.onKeyPressCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2228 |
onKeyUp? | KeyboardEventHandler <HTMLDivElement > | - | - | Omit.onKeyUp | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2229 |
onKeyUpCapture? | KeyboardEventHandler <HTMLDivElement > | - | - | Omit.onKeyUpCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2230 |
onLoad? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onLoad | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2217 |
onLoadCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onLoadCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2218 |
onLoadedData? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onLoadedData | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2247 |
onLoadedDataCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onLoadedDataCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2248 |
onLoadedMetadata? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onLoadedMetadata | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2249 |
onLoadedMetadataCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onLoadedMetadataCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2250 |
onLoadStart? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onLoadStart | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2251 |
onLoadStartCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onLoadStartCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2252 |
onLostPointerCapture? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onLostPointerCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2347 |
onLostPointerCaptureCapture? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onLostPointerCaptureCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2348 |
onMouseDown? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseDown | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2303 |
onMouseDownCapture? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseDownCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2304 |
onMouseEnter? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseEnter | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2305 |
onMouseLeave? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseLeave | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2306 |
onMouseMove? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseMove | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2307 |
onMouseMoveCapture? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseMoveCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2308 |
onMouseOut? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseOut | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2309 |
onMouseOutCapture? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseOutCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2310 |
onMouseOver? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseOver | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2311 |
onMouseOverCapture? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseOverCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2312 |
onMouseUp? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseUp | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2313 |
onMouseUpCapture? | MouseEventHandler <HTMLDivElement > | - | - | Omit.onMouseUpCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2314 |
onPaste? | ClipboardEventHandler <HTMLDivElement > | - | - | Omit.onPaste | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2185 |
onPasteCapture? | ClipboardEventHandler <HTMLDivElement > | - | - | Omit.onPasteCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2186 |
onPause? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onPause | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2253 |
onPauseCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onPauseCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2254 |
onPlay? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onPlay | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2255 |
onPlayCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onPlayCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2256 |
onPlaying? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onPlaying | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2257 |
onPlayingCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onPlayingCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2258 |
onPointerCancel? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerCancel | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2337 |
onPointerCancelCapture? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerCancelCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2338 |
onPointerDown? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerDown | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2331 |
onPointerDownCapture? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerDownCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2332 |
onPointerEnter? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerEnter | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2339 |
onPointerLeave? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerLeave | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2340 |
onPointerMove? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerMove | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2333 |
onPointerMoveCapture? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerMoveCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2334 |
onPointerOut? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerOut | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2343 |
onPointerOutCapture? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerOutCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2344 |
onPointerOver? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerOver | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2341 |
onPointerOverCapture? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerOverCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2342 |
onPointerUp? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerUp | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2335 |
onPointerUpCapture? | PointerEventHandler <HTMLDivElement > | - | - | Omit.onPointerUpCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2336 |
onProgress? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onProgress | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2259 |
onProgressCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onProgressCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2260 |
onRateChange? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onRateChange | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2261 |
onRateChangeCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onRateChangeCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2262 |
onReset? | FormEventHandler <HTMLDivElement > | - | - | Omit.onReset | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2209 |
onResetCapture? | FormEventHandler <HTMLDivElement > | - | - | Omit.onResetCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2210 |
onScroll? | UIEventHandler <HTMLDivElement > | - | - | Omit.onScroll | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2351 |
onScrollCapture? | UIEventHandler <HTMLDivElement > | - | - | Omit.onScrollCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2352 |
onScrollEnd? | UIEventHandler <HTMLDivElement > | - | - | Omit.onScrollEnd | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2353 |
onScrollEndCapture? | UIEventHandler <HTMLDivElement > | - | - | Omit.onScrollEndCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2354 |
onSeeked? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onSeeked | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2263 |
onSeekedCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onSeekedCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2264 |
onSeeking? | (v ) => void | - | - | - | packages/react-full/src/components/BouncingSlider/index.tsx:18 |
onSeekingCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onSeekingCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2266 |
onSelect? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onSelect | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2317 |
onSelectCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onSelectCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2318 |
onStalled? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onStalled | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2267 |
onStalledCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onStalledCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2268 |
onSubmit? | FormEventHandler <HTMLDivElement > | - | - | Omit.onSubmit | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2211 |
onSubmitCapture? | FormEventHandler <HTMLDivElement > | - | - | Omit.onSubmitCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2212 |
onSuspend? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onSuspend | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2269 |
onSuspendCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onSuspendCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2270 |
onTimeUpdate? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onTimeUpdate | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2271 |
onTimeUpdateCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onTimeUpdateCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2272 |
onToggle? | ToggleEventHandler <HTMLDivElement > | - | - | Omit.onToggle | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2369 |
onTouchCancel? | TouchEventHandler <HTMLDivElement > | - | - | Omit.onTouchCancel | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2321 |
onTouchCancelCapture? | TouchEventHandler <HTMLDivElement > | - | - | Omit.onTouchCancelCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2322 |
onTouchEnd? | TouchEventHandler <HTMLDivElement > | - | - | Omit.onTouchEnd | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2323 |
onTouchEndCapture? | TouchEventHandler <HTMLDivElement > | - | - | Omit.onTouchEndCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2324 |
onTouchMove? | TouchEventHandler <HTMLDivElement > | - | - | Omit.onTouchMove | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2325 |
onTouchMoveCapture? | TouchEventHandler <HTMLDivElement > | - | - | Omit.onTouchMoveCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2326 |
onTouchStart? | TouchEventHandler <HTMLDivElement > | - | - | Omit.onTouchStart | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2327 |
onTouchStartCapture? | TouchEventHandler <HTMLDivElement > | - | - | Omit.onTouchStartCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2328 |
onTransitionCancel? | TransitionEventHandler <HTMLDivElement > | - | - | Omit.onTransitionCancel | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2373 |
onTransitionCancelCapture? | TransitionEventHandler <HTMLDivElement > | - | - | Omit.onTransitionCancelCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2374 |
onTransitionEnd? | TransitionEventHandler <HTMLDivElement > | - | - | Omit.onTransitionEnd | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2375 |
onTransitionEndCapture? | TransitionEventHandler <HTMLDivElement > | - | - | Omit.onTransitionEndCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2376 |
onTransitionRun? | TransitionEventHandler <HTMLDivElement > | - | - | Omit.onTransitionRun | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2377 |
onTransitionRunCapture? | TransitionEventHandler <HTMLDivElement > | - | - | Omit.onTransitionRunCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2378 |
onTransitionStart? | TransitionEventHandler <HTMLDivElement > | - | - | Omit.onTransitionStart | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2379 |
onTransitionStartCapture? | TransitionEventHandler <HTMLDivElement > | - | - | Omit.onTransitionStartCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2380 |
onVolumeChange? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onVolumeChange | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2273 |
onVolumeChangeCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onVolumeChangeCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2274 |
onWaiting? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onWaiting | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2275 |
onWaitingCapture? | ReactEventHandler <HTMLDivElement > | - | - | Omit.onWaitingCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2276 |
onWheel? | WheelEventHandler <HTMLDivElement > | - | - | Omit.onWheel | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2357 |
onWheelCapture? | WheelEventHandler <HTMLDivElement > | - | - | Omit.onWheelCapture | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2358 |
open? | boolean | - | - | Omit.open | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2868 |
optimum? | number | - | - | Omit.optimum | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2869 |
part? | string | See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part | - | Omit.part | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2778 |
pattern? | string | - | - | Omit.pattern | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2870 |
placeholder? | string | - | - | Omit.placeholder | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2871 |
playsInline? | boolean | - | - | Omit.playsInline | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2872 |
popover? | "" | "auto" | "manual" | - | - | Omit.popover | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2752 |
popoverTarget? | string | - | - | Omit.popoverTarget | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2754 |
popoverTargetAction? | "toggle" | "show" | "hide" | - | - | Omit.popoverTargetAction | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2753 |
poster? | string | - | - | Omit.poster | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2873 |
prefix? | string | - | - | Omit.prefix | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2730 |
preload? | string | - | - | Omit.preload | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2874 |
property? | string | - | - | Omit.property | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2731 |
radioGroup? | string | - | - | Omit.radioGroup | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2720 |
readOnly? | boolean | - | - | Omit.readOnly | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2875 |
ref? | Ref <HTMLDivElement > | Allows getting a ref to the component instance. Once the component unmounts, React will set ref.current to null (or call the ref with null if you passed a callback ref). See React Docs | - | Omit.ref | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:292 |
rel? | string | - | - | Omit.rel | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2732 |
required? | boolean | - | - | Omit.required | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2876 |
resource? | string | - | - | Omit.resource | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2733 |
results? | number | - | - | Omit.results | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2747 |
rev? | string | - | - | Omit.rev | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2734 |
reversed? | boolean | - | - | Omit.reversed | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2877 |
role? | AriaRole | - | - | Omit.role | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2723 |
rows? | number | - | - | Omit.rows | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2878 |
rowSpan? | number | - | - | Omit.rowSpan | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2879 |
sandbox? | string | - | - | Omit.sandbox | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2880 |
scope? | string | - | - | Omit.scope | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2881 |
scoped? | boolean | - | - | Omit.scoped | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2882 |
scrolling? | string | - | - | Omit.scrolling | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2883 |
seamless? | boolean | - | - | Omit.seamless | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2884 |
security? | string | - | - | Omit.security | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2748 |
selected? | boolean | - | - | Omit.selected | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2885 |
shape? | string | - | - | Omit.shape | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2886 |
size? | number | - | - | Omit.size | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2887 |
sizes? | string | - | - | Omit.sizes | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2888 |
slot? | string | - | - | Omit.slot | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2712 |
span? | number | - | - | Omit.span | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2889 |
spellCheck? | Booleanish | - | - | Omit.spellCheck | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2713 |
src? | string | - | - | Omit.src | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2890 |
srcDoc? | string | - | - | Omit.srcDoc | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2891 |
srcLang? | string | - | - | Omit.srcLang | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2892 |
srcSet? | string | - | - | Omit.srcSet | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2893 |
start? | number | - | - | Omit.start | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2894 |
step? | string | number | - | - | Omit.step | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2895 |
style? | CSSProperties | - | - | Omit.style | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2714 |
summary? | string | - | - | Omit.summary | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2896 |
suppressContentEditableWarning? | boolean | - | - | Omit.suppressContentEditableWarning | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2695 |
suppressHydrationWarning? | boolean | - | - | Omit.suppressHydrationWarning | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2696 |
tabIndex? | number | - | - | Omit.tabIndex | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2715 |
target? | string | - | - | Omit.target | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2897 |
title? | string | - | - | Omit.title | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2716 |
translate? | "yes" | "no" | - | - | Omit.translate | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2717 |
type? | string | - | - | Omit.type | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2898 |
typeof? | string | - | - | Omit.typeof | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2735 |
unselectable? | "off" | "on" | - | - | Omit.unselectable | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2749 |
useMap? | string | - | - | Omit.useMap | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2899 |
value | number | - | Omit.value | - | packages/react-full/src/components/BouncingSlider/index.tsx:19 |
vocab? | string | - | - | Omit.vocab | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2736 |
width? | string | number | - | - | Omit.width | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2901 |
wmode? | string | - | - | Omit.wmode | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2902 |
wrap? | string | - | - | Omit.wrap | node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts:2903 |