UNPKG

fenextjs-interface

Version:
3 lines (2 loc) 94 B
export type ThemeType = "light" | "dark" | "auto"; export declare const ThemeConst: string[];