doc.yeswiki.pro/node_modules/vscode-textmate/release/tests/themes.test.d.ts

8 lines
174 B
TypeScript
Raw Normal View History

2023-05-20 19:37:42 +03:00
import { Registry } from '../main';
import { IRawTheme } from '../theme';
export interface ThemeData {
themeName: string;
theme: IRawTheme;
registry: Registry;
}