-declare module '*.svg' {
- const content: string;
- export default content;
-}
+import {ComponentStore} from "./services/components";
declare global {
interface Window {
- $components: {
- first: (string) => Object,
- }
+ $components: ComponentStore,
}
}
\ No newline at end of file