File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import { InputSwitchPassThroughOptions } from '../inputswitch/inputswitch';
4848import { InputTextPassThroughOptions } from '../inputtext/inputtext' ;
4949import { InputTextareaPassThroughOptions } from '../inputtextarea/inputtextarea' ;
5050import { KnobPassThroughOptions } from '../knob/knob' ;
51- import { ListboxPassThroughOptions } from '../listbox/listbox' ;
51+ import { ListBoxPassThroughOptions } from '../listbox/listbox' ;
5252import { MegaMenuPassThroughOptions } from '../megamenu/megamenu' ;
5353import { MentionPassThroughOptions } from '../mention/mention' ;
5454import { 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 */
You can’t perform that action at this time.
0 commit comments