2022-01-18 06:33:53 +08:00
|
|
|
// 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
|
|
|
|
|
2022-04-12 22:29:05 +08:00
|
|
|
declare module '@vue/runtime-core' {
|
2022-01-18 06:33:53 +08:00
|
|
|
export interface GlobalComponents {
|
|
|
|
IRiCodeLine: typeof import('~icons/ri/code-line')['default']
|
|
|
|
IRiExternalLinkLine: typeof import('~icons/ri/external-link-line')['default']
|
2022-04-12 20:14:08 +08:00
|
|
|
IRiFileCopyLine: typeof import('~icons/ri/file-copy-line')['default']
|
|
|
|
IRiFlaskLine: typeof import('~icons/ri/flask-line')['default']
|
2022-01-18 06:33:53 +08:00
|
|
|
IRiGithubLine: typeof import('~icons/ri/github-line')['default']
|
|
|
|
IRiTranslate2: typeof import('~icons/ri/translate2')['default']
|
2022-04-12 22:29:05 +08:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
2022-01-18 06:33:53 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
export { }
|