use type, remove console

This commit is contained in:
Kendall Garner
2024-01-22 18:52:14 -08:00
parent b3a9e7ccba
commit 5e9ef9f23f
5 changed files with 8 additions and 4 deletions
+2
View File
@@ -209,3 +209,5 @@ export enum FontType {
CUSTOM = 'custom',
SYSTEM = 'system',
}
export type TitleTheme = 'dark' | 'light' | 'system';