notohh.dev/src/app.d.ts
notohh c74a2a7733
treewide: init daisyui and tailwind-motion
mini rewrite

projects: color clickable links for slide2
2025-01-30 20:38:23 -05:00

13 lines
273 B
TypeScript

// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interface
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
export {};