Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions components/lib/listbox/listbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export interface ListBoxPassThroughMethodOptions {

/**
* Custom passthrough(pt) options.
* @see {@link ListboxProps.pt}
* @see {@link ListBoxProps.pt}
*/
export interface ListboxPassThroughOptions {
export interface ListBoxPassThroughOptions {
/**
* Uses to pass attributes to the root's DOM element.
*/
Expand Down Expand Up @@ -406,9 +406,9 @@ export interface ListBoxProps extends Omit<React.DetailedHTMLProps<React.InputHT
focusOnHover?: boolean | undefined;
/**
* Uses to pass attributes to DOM elements inside the component.
* @type {ListboxPassThroughOptions}
* @type {ListBoxPassThroughOptions}
*/
pt?: ListboxPassThroughOptions;
pt?: ListBoxPassThroughOptions;
/**
* Used to configure passthrough(pt) options of the component.
* @type {PassThroughOptions}
Expand Down
Loading