JavaScript-optional public web frontend for Bluesky anartia.kelinci.net
sveltekit atcute bluesky typescript svelte
at trunk 417 B view raw
1import '@atcute/bluesky/lexicons'; 2 3// See https://svelte.dev/docs/kit/types#app.d.ts 4// for information about these interfaces 5declare global { 6 namespace App { 7 // interface Error {} 8 // interface Locals {} 9 // interface PageData {} 10 // interface PageState {} 11 // interface Platform {} 12 } 13} 14 15declare module 'svelte/elements' { 16 export interface AriaAttributes { 17 'aria-description'?: string; 18 } 19} 20 21export {};