mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
update typings
This commit is contained in:
committed by
Black Wayne
parent
4f9515494c
commit
1e95e51f9b
2
types/dropdown-item.d.ts
vendored
2
types/dropdown-item.d.ts
vendored
@@ -3,7 +3,7 @@ import { ElementUIComponent } from './component'
|
||||
/** Toggleable menu for displaying lists of links and actions. */
|
||||
export declare class ElDropdownItem extends ElementUIComponent {
|
||||
/** A command to be dispatched to Dropdown's command callback */
|
||||
command: string
|
||||
command: string | number | object
|
||||
|
||||
/** Whether the item is disabled */
|
||||
disabled: boolean
|
||||
|
||||
Reference in New Issue
Block a user