update typings

This commit is contained in:
Leopoldthecoder
2017-10-18 18:31:03 +08:00
committed by Black Wayne
parent 4f9515494c
commit 1e95e51f9b
91 changed files with 740 additions and 233 deletions

View File

@@ -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