Initial attempt add hiding elements during loading.
This commit is contained in:
Vendored
+5
@@ -1,2 +1,7 @@
|
||||
declare module '*.scss';
|
||||
declare module '*.jpg';
|
||||
declare module "view" {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||
interface ViewContext {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user