mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 20:39:50 -04:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
/**
|
|
* The default theme interface, augment this to avoid having to set the theme type everywhere
|
|
*/
|
|
export interface DefaultTheme {}
|