mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
import { ElementUIComponent } from './component'
|
|
|
|
/** Main Component */
|
|
export declare class ElMain extends ElementUIComponent {}
|