Files
baya-monorepo/client/src/theme/index.ts
T
2026-07-17 14:00:22 +03:30

11 lines
248 B
TypeScript

import AppThemeProvider from './ThemeProvider';
import { APP_THEME_LTR, APP_THEME_RTL } from './theme';
import { getDirection } from './direction';
export {
APP_THEME_LTR,
APP_THEME_RTL,
AppThemeProvider as ThemeProvider,
getDirection,
};