mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
19 lines
791 B
TypeScript
19 lines
791 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/runtime-core' {
|
|
export interface GlobalComponents {
|
|
IRiCodeLine: typeof import('~icons/ri/code-line')['default']
|
|
IRiExternalLinkLine: typeof import('~icons/ri/external-link-line')['default']
|
|
IRiFileCopyLine: typeof import('~icons/ri/file-copy-line')['default']
|
|
IRiFlaskLine: typeof import('~icons/ri/flask-line')['default']
|
|
IRiGithubLine: typeof import('~icons/ri/github-line')['default']
|
|
IRiTranslate2: typeof import('~icons/ri/translate2')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
}
|
|
}
|
|
|
|
export { }
|