UNPKG
@vashnak/react-toasts
Version:
latest (3.0.6)
3.0.6
Simple react alerter.
vashnak.github.io/react-toasts
Vashnak/react-toasts
@vashnak/react-toasts
/
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
{};