mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor: ♻️ Improve mobile timeline switching
This commit is contained in:
parent
466c1eaaac
commit
3ff674017e
10 changed files with 82 additions and 103 deletions
10
index.d.ts
vendored
10
index.d.ts
vendored
|
|
@ -1,12 +1,16 @@
|
|||
import type { JSX } from "vue/jsx-runtime";
|
||||
|
||||
declare module "#app" {
|
||||
interface PageMeta {
|
||||
breadcrumbs?: () => {
|
||||
text: string;
|
||||
href?: string;
|
||||
list?: {
|
||||
text: string;
|
||||
href: string;
|
||||
}[];
|
||||
}[];
|
||||
header?: JSX.Element;
|
||||
requiresAuth?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
// It is always important to import/export something when augmenting a type
|
||||
export {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue