Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-05 00:39:03 +00:00
parent 5a7fb7c303
commit 0b6048195a
113 changed files with 21347 additions and 223 deletions

8
lib/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
export * from "./kcContext";
export * from "./i18n/KcLanguageTag";
export * from "./i18n/useKcLanguageTag";
export * from "./i18n/useKcTranslation";
export * from "./components/KcProperties";
export * from "./components/Login";
export * from "./components/Template";
export * from "./components/KcApp";