iceshrimp-legacy/packages/client/@types/theme.d.ts
Kainoa Kanter 7fb130b06e formatting
2023-04-06 18:56:46 -07:00

8 lines
126 B
TypeScript

declare module "@/themes/*.json5" {
import { Theme } from "@/scripts/theme";
const theme: Theme;
export default theme;
}