mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
10 lines
270 B
TypeScript
10 lines
270 B
TypeScript
/// <reference types="@sveltejs/kit" />
|
|
|
|
// See https://kit.svelte.dev/docs/types#the-app-namespace
|
|
// for information about these interfaces
|
|
declare namespace App {
|
|
// interface Locals {}
|
|
// interface Platform {}
|
|
// interface Session {}
|
|
// interface Stuff {}
|
|
}
|