Skip to content

Commit 975bcf4

Browse files
authored
Fix #8020: Listbox to ListBox in Typescript (#8037)
1 parent fde20af commit 975bcf4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

components/lib/listbox/listbox.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)