import type { themeValue } from '../enum/themeValue.js';
export type ThemeValue = (typeof themeValue)[number];
