types: 扩展user-dropdown组件的menus类型,支持iconify (#6283)
Co-authored-by: 车文烨 <chewy@china-lehua.com>
This commit is contained in:
parent
feb96dc8ea
commit
ea776aa710
@ -46,7 +46,11 @@ interface Props {
|
|||||||
/**
|
/**
|
||||||
* 菜单数组
|
* 菜单数组
|
||||||
*/
|
*/
|
||||||
menus?: Array<{ handler: AnyFunction; icon?: Component; text: string }>;
|
menus?: Array<{
|
||||||
|
handler: AnyFunction;
|
||||||
|
icon?: Component | Function | string;
|
||||||
|
text: string;
|
||||||
|
}>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 标签文本
|
* 标签文本
|
||||||
|
Loading…
Reference in New Issue
Block a user