mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
fix CascadeSelectProp.optionGroupChildren type
This commit is contained in:
parent
581340d16e
commit
d5ceb72365
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ interface CascadeSelectProps {
|
|||
optionLabel?: string;
|
||||
optionValue?: any;
|
||||
optionGroupLabel?: string;
|
||||
optionGroupChildren?: string;
|
||||
optionGroupChildren?: string[];
|
||||
placeholder?: string;
|
||||
disabled?: boolean;
|
||||
dataKey?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue