UNPKG
better-auth-dashboard
Version:
beta (0.0.2-beta.0)
latest (0.0.4)
0.0.4
0.0.2
0.0.2-beta.0
A better-Auth powered admin dashboard.
better-auth-dashboard
/
dist
/
react
/
types
/
theme.d.ts
13 lines
(12 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
type
Theme = { name:
string
; scheme:
"light"
|
"dark"
; primary:
string
; secondary:
string
; background:
string
;
default
:
string
; content1:
string
; content2:
string
; content3:
string
; content4:
string
; };