WIP Progress on skeleton of the Vue app.
This commit is contained in:
1
web/src/types/index.d.ts
vendored
Normal file
1
web/src/types/index.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
||||
export * from './nav-next';
|
4
web/src/types/nav-next.d.ts
vendored
Normal file
4
web/src/types/nav-next.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import { Vue } from 'vue-property-decorator';
|
||||
import { RawLocation } from 'vue-router';
|
||||
|
||||
export type NavNext = (to?: RawLocation | false | ((vm: Vue) => any) | void) => void;
|
Reference in New Issue
Block a user