UNPKG

@pierre/diffs

Version:

8 lines (7 loc) 439 B
import { DiffsThemeNames, ThemeRegistrationResolved } from "../../types.js"; //#region src/highlighter/themes/themeResolution.d.ts declare function prepareThemeResolution(themeName: DiffsThemeNames): void; declare function validateResolvedThemeName(themeName: DiffsThemeNames, theme: ThemeRegistrationResolved): void; //#endregion export { prepareThemeResolution, validateResolvedThemeName }; //# sourceMappingURL=themeResolution.d.ts.map