UNPKG
chessground-haichess
Version:
haichess (7.12.3)
latest (7.12.7)
7.12.7
7.12.6
7.12.5
7.12.4
7.12.3
7.12.2
7.12.1
7.12.0
lichess.org Chess UI
github.com/ornicar/chessground
ornicar/chessground
chessground-haichess
/
events.d.ts
5 lines
(4 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
import
{
State
}
from
'./state'
;
import
*
as
cg
from
'./types'
;
export
declare
function
bindBoard
(
s: State, boundsUpdated: () =>
void
):
void
;
export
declare
function
bindDocument
(
s: State, boundsUpdated: () =>
void
): cg.
Unbind
;