UNPKG

@pierre/diffs

Version:

7 lines (6 loc) 304 B
import { DiffsThemeNames, ThemeRegistrationResolved } from "../../types.js"; //#region src/highlighter/themes/resolveTheme.d.ts declare function resolveTheme(themeName: DiffsThemeNames): Promise<ThemeRegistrationResolved>; //#endregion export { resolveTheme }; //# sourceMappingURL=resolveTheme.d.ts.map