Sumi/src/app.d.ts

19 lines
454 B
TypeScript

// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
// and what to do when importing types
declare namespace App {
// interface Locals {}
// interface PageData {}
// interface Error {}
// interface Platform {}
}
declare module '@fortawesome/free-regular-svg-icons/index.es' {
export * from '@fortawesome/free-regular-svg-icons';
}
declare module 'svelte-fa/src/fa.svelte' {
const Fa: any;
export default Fa;
}