UNPKG
@lichess-org/chessground
Version:
latest (10.1.1)
10.1.1
10.1.0
10.0.2
10.0.1
10.0.0
9.10.3
9.10.2
9.10.1
9.9.0
9.8.5
9.8.4
9.8.3
9.8.2
9.8.1
9.8.0
9.7.4
9.7.2
9.7.1
9.7.0
9.6.0
9.5.2
9.5.1
9.5.0
9.4.1
9.4.0
9.3.1
9.3.0
9.2.3
lichess.org chess ui
github.com/lichess-org/chessground
lichess-org/chessground
@lichess-org/chessground
/
dist
/
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
;