|
1 | | -// generated by unplugin-vue-components |
2 | | -// We suggest you to commit this file into source control |
| 1 | +/* eslint-disable */ |
| 2 | +// @ts-nocheck |
| 3 | +// Generated by unplugin-vue-components |
3 | 4 | // Read more: https://github.com/vuejs/core/pull/3399 |
4 | | -import '@vue/runtime-core' |
5 | | - |
| 5 | +// biome-ignore lint: disable |
6 | 6 | export {} |
7 | 7 |
|
8 | | -declare module '@vue/runtime-core' { |
| 8 | +/* prettier-ignore */ |
| 9 | +declare module 'vue' { |
9 | 10 | export interface GlobalComponents { |
10 | 11 | DefaultSidebar: typeof import('./src/components/sidebars/DefaultSidebar.vue')['default'] |
| 12 | + DispatchRoutePy: typeof import('./src/components/python/DispatchRoutePy.vue')['default'] |
11 | 13 | 'IEva:arrowBackOutline': typeof import('~icons/eva/arrow-back-outline')['default'] |
| 14 | + 'IFa6Brands:github': typeof import('~icons/fa6-brands/github')['default'] |
12 | 15 | 'IFaBrands:github': typeof import('~icons/fa-brands/github')['default'] |
13 | 16 | 'IFaSolid:moon': typeof import('~icons/fa-solid/moon')['default'] |
14 | 17 | 'IFaSolid:sun': typeof import('~icons/fa-solid/sun')['default'] |
| 18 | + 'INoto:crocodile': typeof import('~icons/noto/crocodile')['default'] |
| 19 | + 'IPh:caretDownBold': typeof import('~icons/ph/caret-down-bold')['default'] |
| 20 | + 'IPh:caretRightBold': typeof import('~icons/ph/caret-right-bold')['default'] |
| 21 | + PythonSidebar: typeof import('./src/components/sidebars/PythonSidebar.vue')['default'] |
| 22 | + RenderMd: typeof import('./src/components/markdown/RenderMd.vue')['default'] |
| 23 | + RenderMdPy: typeof import('./src/components/python/RenderMdPy.vue')['default'] |
| 24 | + RenderPyDocstring: typeof import('./src/components/python/RenderPyDocstring.vue')['default'] |
15 | 25 | RouterLink: typeof import('vue-router')['RouterLink'] |
16 | 26 | RouterView: typeof import('vue-router')['RouterView'] |
| 27 | + StaticPyCodeBlock: typeof import('./src/components/python/StaticPyCodeBlock.vue')['default'] |
17 | 28 | TheHeader: typeof import('./src/components/TheHeader.vue')['default'] |
18 | 29 | TheSidebar: typeof import('./src/components/TheSidebar.vue')['default'] |
19 | 30 | } |
|
0 commit comments