mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
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
|
|
}
|