UNPKG
chessground-kopeclu2
Version:
latest (0.0.4)
7.11.1
0.0.4
0.0.3
0.0.2
lichess.org chess ui
github.com/kopeclu2/chessground
kopeclu2/chessground
chessground-kopeclu2
/
events.d.ts
5 lines
(4 loc)
•
228 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
;