UNPKG
react-toasts-forked-esm
Version:
latest (3.0.9)
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
Simple react alerter.
vashnak.github.io/react-toasts
Vashnak/react-toasts
react-toasts-forked-esm
/
lib
/
DefaultColors.d.ts
11 lines
(10 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
interface
IColor
{ [
key
:
string
]: {
backgroundColor
:
string
;
borderColor
:
string
;
color
:
string
; }; }
export
declare
const
LightColors
:
IColor
;
export
declare
const
DarkColors
:
IColor
;
export
{};