Skip to content

Commit 1095cee

Browse files
authored
Fix #8020: Listbox to ListBox in Typescript (#8038)
1 parent 975bcf4 commit 1095cee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/lib/api/api.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { InputSwitchPassThroughOptions } from '../inputswitch/inputswitch';
4848
import { InputTextPassThroughOptions } from '../inputtext/inputtext';
4949
import { InputTextareaPassThroughOptions } from '../inputtextarea/inputtextarea';
5050
import { KnobPassThroughOptions } from '../knob/knob';
51-
import { ListboxPassThroughOptions } from '../listbox/listbox';
51+
import { ListBoxPassThroughOptions } from '../listbox/listbox';
5252
import { MegaMenuPassThroughOptions } from '../megamenu/megamenu';
5353
import { MentionPassThroughOptions } from '../mention/mention';
5454
import { MenuPassThroughOptions } from '../menu/menu';
@@ -476,7 +476,7 @@ export interface PrimeReactPTOptions {
476476
/**
477477
* Custom passthrough(pt) options for Listbox.
478478
*/
479-
listbox?: ListboxPassThroughOptions;
479+
listbox?: ListBoxPassThroughOptions;
480480
/**
481481
* Custom passthrough(pt) options for MegaMenu.
482482
*/

0 commit comments

Comments
 (0)