1
0
Fork 0
mirror of https://github.com/Findus23/lw1.at.git synced 2024-09-10 05:13:46 +02:00
lw1.at/assets/types.ts
2023-03-27 23:14:37 +02:00

6 lines
122 B
TypeScript

export type Language = "de" | "en"
declare module './leafs/tmpleaf.svg' {
const src: string
export default src
}