mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
17 lines
674 B
TypeScript
17 lines
674 B
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
IRiCodeLine: typeof import('~icons/ri/code-line')['default']
|
|
IRiExternalLinkLine: typeof import('~icons/ri/external-link-line')['default']
|
|
IRiFileCopy2Line: typeof import('~icons/ri/file-copy2-line')['default']
|
|
IRiGithubLine: typeof import('~icons/ri/github-line')['default']
|
|
IRiPlayCircleLine: typeof import('~icons/ri/play-circle-line')['default']
|
|
IRiTranslate2: typeof import('~icons/ri/translate2')['default']
|
|
}
|
|
}
|
|
|
|
export { }
|