mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-25 01:10:38 +01:00
Add new mobile menu
This commit is contained in:
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
@@ -3,6 +3,7 @@ import VueI18n, {IVueI18n} from "vue-i18n";
|
||||
import {ColorModeInstance} from "@nuxtjs/color-mode/types/color-mode";
|
||||
import {NuxtApp} from "@nuxt/types/app";
|
||||
import {NuxtStorage} from "@nuxtjs/universal-storage";
|
||||
import {NuxtOptionsRouter} from "@nuxt/types/config/router";
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
|
||||
|
||||
@@ -69,4 +69,14 @@ interface NewsletterForm {
|
||||
email: string
|
||||
}
|
||||
|
||||
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm, NewsletterForm }
|
||||
interface Translation {
|
||||
code: string,
|
||||
english: string,
|
||||
french: string
|
||||
}
|
||||
|
||||
interface State {
|
||||
opened: boolean
|
||||
}
|
||||
|
||||
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm, NewsletterForm, Translation, State }
|
||||
|
||||
Reference in New Issue
Block a user