BaaS_Driver_Android_App/theme/index.ts

4 lines
115 B
TypeScript

export { LightTheme } from "./light";
export { DarkTheme } from "./dark";
export type { AppTheme } from "./types";