UNPKG
@josmangarsal/pragmatic-scheduler
Version:
latest (1.6.4)
1.6.4
1.6.2
1.6.1
1.5.4
1.4.2
React resource scheduler
paul-orchid.github.io/pragmatic-scheduler
paul-orchid/pragmatic-scheduler
@josmangarsal/pragmatic-scheduler
/
dist
/
constants
/
colors.d.ts
11 lines
(10 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
const
Colors
: {
fluroAmber
:
string
;
fluroRed
:
string
;
teal
:
string
;
gold
:
string
;
primaryDark
:
string
;
primaryMain
:
string
;
greyShadow
:
string
;
lightGrey
:
string
; };