UNPKG
chessgroundx
Version:
latest (10.7.5)
10.7.5
10.7.4
10.7.3
10.7.2
10.7.1
10.7.0
10.6.3
10.6.2
10.6.1
10.6.0
10.5.6
10.5.5
10.5.4
10.5.3
10.5.2
10.5.1
10.5.0
10.4.2
10.4.1
10.4.0
10.3.0
10.2.4
10.2.3
10.2.2
10.2.1
10.2.0
10.1.2
10.1.1
10.1.0
10.0.0
9.3.0
9.2.0
9.1.9
9.1.8
9.1.7
9.1.6
9.1.5
9.1.4
9.1.3
9.1.2
9.1.1
9.1.0
9.0.3
9.0.2
9.0.1
9.0.0
8.3.1
8.3.0
8.2.2
8.2.1
8.2.0
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.0
7.6.47
7.6.46
7.6.45
7.6.44
7.6.43
7.6.42
7.6.41
7.6.40
7.6.39
7.6.38
7.6.37
7.6.36
7.6.35
7.6.34
7.6.33
7.6.32
7.6.31
7.6.30
7.6.29
7.6.28
7.6.27
7.6.26
7.6.25
7.6.24
7.6.23
7.6.22
7.6.21
7.6.20
7.6.19
7.6.18
7.6.17
7.6.16
7.6.15
7.6.14
7.6.13
7.6.12
7.6.11
7.6.10
7.6.9
7.6.8
7.6.2
7.3.9
7.3.8
7.3.7
7.3.6
Extended lichess.org Chess UI
gbtami/chessgroundx
chessgroundx
/
render.d.ts
5 lines
(4 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
import
{
State
}
from
'./state.js'
;
export
declare
function
render
(
s: State
):
void
;
export
declare
function
renderResized
(
s: State
):
void
;
export
declare
function
updateBounds
(
s: State
):
void
;