Initial commit
This commit is contained in:
7
src/presentation/Bootstrapping/IVueBootstrapper.ts
Normal file
7
src/presentation/Bootstrapping/IVueBootstrapper.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { VueConstructor } from 'vue';
|
||||
|
||||
export interface IVueBootstrapper {
|
||||
bootstrap(vue: VueConstructor): void;
|
||||
}
|
||||
|
||||
export { VueConstructor };
|
||||
Reference in New Issue
Block a user