UNPKG
@coherenceplatform/sdk
Version:
latest (0.0.2)
0.0.2
0.0.1
Coherence SDK for embedding AI-powered chat into your applications
withcoherence.com
@coherenceplatform/sdk
/
dist
/
constants
/
ui.d.ts
12 lines
•
311 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
namespace
MODAL_STYLES
{
let
Z_INDEX
:
number
;
let
BACKDROP_CLASS
:
string
;
let
CONTAINER_CLASS
:
string
; }
export
namespace
ANIMATIONS
{
let
SLIDE_IN_FROM_RIGHT
:
string
;
let
SLIDE_OUT_TO_RIGHT
:
string
;
let
DURATION
:
string
;
let
EASING
:
string
; }
//# sourceMappingURL=ui.d.ts.map