UNPKG
@keen.io/ui-core
Version:
latest (2.50.9)
2.50.9
2.50.8
2.50.7
2.50.6
2.50.5
2.50.4
2.50.3
2.50.2
2.50.1
2.50.0
2.49.1
2.49.0
2.48.1
2.48.0
2.47.0
2.46.2
2.46.1
2.46.0
2.45.0
2.44.2
2.44.1
2.44.0
2.43.8
2.43.7
2.43.6
2.43.5
2.43.4
2.43.3
2.43.2
2.43.1
2.43.0
2.42.1
2.42.0
2.41.6
2.41.5
2.41.3
2.41.2
2.41.1
2.41.0
2.40.8
2.40.7
2.40.6
2.40.5
2.40.4
2.40.3
2.40.2
2.40.1
2.40.0
2.39.5
2.39.4
2.39.3
2.39.2
2.39.1
2.39.0
2.38.0
2.37.1
2.37.0
2.36.3
2.36.2
2.36.1
2.36.0
2.35.1
2.35.0
2.34.0
2.33.1
2.33.0
2.32.0
2.31.1
2.31.0
2.30.0
2.29.0
2.28.1
2.28.0
2.27.1
2.27.0
2.26.0
2.25.2
2.25.1
2.25.0
2.24.2
2.24.1
2.24.0
2.23.5
2.23.4
2.23.3
2.23.2
2.23.1
2.23.0
2.22.0
2.21.0
2.20.4
2.20.3
2.20.2
2.20.1
2.20.0
2.19.1
2.19.0
2.18.1
2.18.0
2.17.0
2.16.0
2.15.8
2.15.7
2.15.6
2.15.5
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.2
2.14.1
2.14.0
2.13.1
2.13.0
2.12.4
2.12.3
2.12.2
2.12.1
2.12.0
2.11.1
2.11.0
2.10.0
2.9.0
2.8.1
2.8.0
2.7.0
2.6.1
2.6.0
2.5.25
2.5.24
2.5.23
2.5.22
2.5.21
2.5.20
2.5.19
2.5.18
2.5.17
2.5.16
2.5.15
2.5.14
2.5.13
2.5.12
2.5.11
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.1
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
0.29.3
0.29.2
0.29.1
0.29.0
0.28.3
0.28.2
0.28.1
0.28.0
0.27.2
0.27.1
0.27.0
0.26.6
0.26.5
0.26.4
0.26.3
0.26.2
0.26.1
0.26.0
0.25.0
0.24.2
0.24.1
0.24.0
0.23.1
0.23.0
0.22.0
0.21.0
0.20.0
0.19.0
0.18.0
0.17.1
0.17.0
0.16.0
0.15.1
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
Keen visual components library
github.com/keen/keen
keen/keen
@keen.io/ui-core
/
typings
/
components
/
relative-time
/
constants.d.ts
7 lines
(6 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
RELATIVITY_OPTIONS
: {
label
:
string
;
value
:
string
; }[];
export
declare
const
THIS_RELATIVITY
=
"this"
;
export
declare
const
PREVIOUS_RELATIVITY
=
"previous"
;