mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-29 18:57:36 +08:00
7d55d47b67
* some style updates * fix a datepicker typo
11 lines
231 B
TypeScript
11 lines
231 B
TypeScript
import { ElementUIComponent } from './component'
|
|
|
|
/** Menu Item Component */
|
|
export declare class ElMenuItem extends ElementUIComponent {
|
|
/** Unique identification */
|
|
index: string
|
|
|
|
/** Vue Router object */
|
|
route: object
|
|
}
|