quasar

Форк
0
/
index.d.ts 
19 строк · 801.0 Байт
1
// These imports force TS compiler to evaluate contained declarations
2
//  which by defaults would be ignored because inside node_modules
3
//  and not directly referenced by any file
4
// These types had to be moved from `quasar` to `@quasar/app-webpack` to avoid generating TS errors
5
//  in Vue CLI projects, given that these features are only available for Quasar CLI projects
6
// TS doesn't allow re-exports into module augmentation, so we were forced to
7
//  manually declare every file as a `quasar` augmentation
8

9
import "./globals";
10
export * from "./bex";
11
export * from "./ssr";
12
export * from "./store";
13
export * from "./prefetch";
14
export * from "./boot";
15
export * from "./configuration";
16
export * from "./route";
17
export * from "./ssrmiddleware";
18
export * from "./app-extension";
19
import "./wrappers";
20

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.