/
ShuffleBoy
/
study
Обзор
Документация
Войти
/
ShuffleBoy
/
study
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
practice_8/frontend/src/components.d.ts
16 строк
538 B
Almaz Mutigullin
prac 8
22 мар 2025, 12:28
22 мар 2025, 12:28
e8ca3a1
Код
Авторство
О чём код?
/* eslint-disable */ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { AppBar: typeof import('./components/AppBar.vue')['default'] Chart: typeof import('./components/Chart.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] SideBar: typeof import('./components/SideBar.vue')['default'] } }