mirror of
https://github.com/arkorty/Expensso.git
synced 2026-03-17 16:41:43 +00:00
init
This commit is contained in:
12
src/theme/index.ts
Normal file
12
src/theme/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export {
|
||||
MD3LightColors,
|
||||
MD3DarkColors,
|
||||
MD3Typography,
|
||||
MD3Elevation,
|
||||
MD3Shape,
|
||||
Spacing,
|
||||
LightTheme,
|
||||
DarkTheme,
|
||||
} from './md3';
|
||||
export type {MD3Theme, MD3ColorScheme} from './md3';
|
||||
export {ThemeProvider, useTheme} from './ThemeProvider';
|
||||
Reference in New Issue
Block a user