feat: add themeable design tokens with cookie-backed SSR
This commit is contained in:
Vendored
+3
-1
@@ -2,7 +2,8 @@
|
||||
// for information about these interfaces
|
||||
|
||||
import type { ApiClient } from '$lib/server/api';
|
||||
import type { User } from 'lucide-svelte';
|
||||
import type { User } from '$lib/server/auth';
|
||||
import type { ThemeConfig } from '$lib/theme/presets';
|
||||
|
||||
declare global {
|
||||
namespace App {
|
||||
@@ -11,6 +12,7 @@ declare global {
|
||||
authToken: string | null;
|
||||
api: ApiClient;
|
||||
user: User;
|
||||
theme: ThemeConfig;
|
||||
}
|
||||
// interface PageData {}
|
||||
// interface PageState {}
|
||||
|
||||
Reference in New Issue
Block a user