UNPKG
chessgroundxx
Version:
latest (9.3.0)
9.3.0
9.2.4
9.2.3
9.2.2
9.2.1
9.2.0
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.9.9
7.9.7
7.9.5
7.9.4
7.9.3
lichess.org chess ui
github.com/lichess-org/chessground
lichess-org/chessground
chessgroundxx
/
dist
/
events.d.ts
5 lines
(4 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
import
{
State
}
from
"./state.js"
;
import
*
as
cg
from
"./types.js"
;
export
declare
function
bindBoard
(
s: State, onResize: () =>
void
):
void
;
export
declare
function
bindDocument
(
s: State, onResize: () =>
void
): cg.
Unbind
;