mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(ts) add missing types for injects $datetime, $date, $ulidTime
This commit is contained in:
parent
34b70984b4
commit
91ffd2e49d
@ -34,6 +34,9 @@ declare module 'vue/types/vue' {
|
|||||||
$locales: Record<string, LocaleDescription>;
|
$locales: Record<string, LocaleDescription>;
|
||||||
$loadScript(name: string, src: string, nonce?: string): Promise<unknown>;
|
$loadScript(name: string, src: string, nonce?: string): Promise<unknown>;
|
||||||
$loadStylesheet(name: string, src: string): Promise<unknown>;
|
$loadStylesheet(name: string, src: string): Promise<unknown>;
|
||||||
|
$datetime(timestamp: number): string;
|
||||||
|
$date(timestamp: number): string;
|
||||||
|
$ulidTime(ulid: string): number;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user