mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
/* eslint-disable */
|
|
declare module '*.vue' {
|
|
import { DefineComponent } from 'vue'
|
|
const component: DefineComponent<{}, {}, any>
|
|
export default component
|
|
}
|