File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ export interface ListBoxPassThroughMethodOptions {
3030
3131/**
3232 * Custom passthrough(pt) options.
33- * @see {@link ListboxProps .pt }
33+ * @see {@link ListBoxProps .pt }
3434 */
35- export interface ListboxPassThroughOptions {
35+ export interface ListBoxPassThroughOptions {
3636 /**
3737 * Uses to pass attributes to the root's DOM element.
3838 */
@@ -406,9 +406,9 @@ export interface ListBoxProps extends Omit<React.DetailedHTMLProps<React.InputHT
406406 focusOnHover ?: boolean | undefined ;
407407 /**
408408 * Uses to pass attributes to DOM elements inside the component.
409- * @type {ListboxPassThroughOptions }
409+ * @type {ListBoxPassThroughOptions }
410410 */
411- pt ?: ListboxPassThroughOptions ;
411+ pt ?: ListBoxPassThroughOptions ;
412412 /**
413413 * Used to configure passthrough(pt) options of the component.
414414 * @type {PassThroughOptions }
You can’t perform that action at this time.
0 commit comments