chore: fix separator prop type
This commit is contained in:
parent
f9906c4844
commit
6f693c245f
|
@ -93,7 +93,7 @@ export const comboListProps = {
|
|||
* 可选,分隔符
|
||||
* 默认`,`
|
||||
*/
|
||||
separator: Type({default: ',', type: Boolean}),
|
||||
separator: Type({default: ',', type: String}),
|
||||
|
||||
};
|
||||
export type ComboListProps = ExtractPropTypes<typeof comboListProps>;
|
Loading…
Reference in New Issue