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