UNPKG
@haiku/player
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
2.3.90
2.3.89
2.3.88
2.3.87
2.3.86
2.3.85
2.3.84
2.3.83
2.3.82
2.3.81
2.3.80
2.3.79
2.3.78
2.3.77
2.3.76
2.3.75
2.3.74
2.3.73
2.3.72
2.3.71
2.3.70
2.3.69
2.3.68
2.3.67
2.3.66
2.3.65
2.3.64
2.3.63
2.3.62
2.3.61
2.3.60
2.3.59
2.3.58
2.3.57
2.3.56
2.3.55
2.3.54
2.3.53
2.3.51
2.3.50
2.3.49
2.3.48
2.3.41
2.3.40
2.3.39
2.3.37
2.3.36
2.3.35
2.3.34
2.3.33
2.3.31
2.3.28
2.3.27
2.3.26
2.3.25
2.3.24
2.3.23
2.3.21
2.3.20
2.3.19
2.3.18
2.3.17
2.3.16
2.3.15
2.3.14
2.3.13
2.3.12
2.3.11
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.1.51
2.1.50
2.1.49
2.1.48
2.1.47
2.1.46
2.1.45
2.1.44
2.1.42
2.1.41
2.1.40
2.1.39
2.1.37
2.1.36
2.1.35
2.1.34
2.1.33
2.1.32
2.1.31
2.1.30
2.1.29
2.1.28
2.1.27
2.1.26
2.1.25
2.1.24
2.1.23
2.1.22
2.1.21
2.1.20
2.1.17
2.1.16
2.1.15
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.0
2.0.132
2.0.131
2.0.130
2.0.129
2.0.128
2.0.127
2.0.126
2.0.125
2.0.124
2.0.123
2.0.122
2.0.121
2.0.120
2.0.119
2.0.118
2.0.117
2.0.116
2.0.115
2.0.114
2.0.113
2.0.112
2.0.111
2.0.110
2.0.109
2.0.108
2.0.107
2.0.106
2.0.105
2.0.104
2.0.103
2.0.102
2.0.101
2.0.100
2.0.99
2.0.98
2.0.97
2.0.96
2.0.95
2.0.94
2.0.91
2.0.90
2.0.89
2.0.88
2.0.87
2.0.86
2.0.85
2.0.84
2.0.83
2.0.82
2.0.81
2.0.80
2.0.79
2.0.78
2.0.77
2.0.76
2.0.75
2.0.74
2.0.73
2.0.72
2.0.71
2.0.69
2.0.68
2.0.67
2.0.66
2.0.65
2.0.64
2.0.62
Haiku Player is a JavaScript library for building user interfaces
haiku.ai
HaikuTeam/player
@haiku/player
/
lib
/
helpers
/
interactionModes.d.ts
6 lines
(5 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
namespace
InteractionMode
{
const
EDIT
=
0
;
const
LIVE
=
1
; }
export
declare
function
isPreviewMode
(
mode
:
any
):
boolean
;