DocSpace-client/packages/shared/themes/index.ts

10 lines
265 B
TypeScript

import Base, { TTheme, TColorScheme } from "./base";
import { TInterfaceDirection } from "./commonTheme";
import Dark from "./dark";
export { globalColors } from "./globalColors";
export { Base, Dark };
export type { TTheme, TColorScheme, TInterfaceDirection };