egirlskey/packages/frontend/@types/theme.d.ts

13 lines
244 B
TypeScript

/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/
declare module '@/themes/*.json5' {
import { Theme } from '@/scripts/theme.js';
const theme: Theme;
export default theme;
}