jannn / web /types /theme.d.ts
oldg591's picture
fc
3459571
type Theme = {
displayName: string
id: string
nativeTheme: 'light' | 'dark'
reduceTransparent: boolean
// eslint-disable-next-line @typescript-eslint/no-explicit-any
variables: any
}