UNPKG
@publishvue/chessground
Version:
latest (8.1.7-maple)
8.1.7
8.1.7-maple
lichess.org chess ui
github.com/ornicar/chessground
ornicar/chessground
@publishvue/chessground
/
events.d.ts
5 lines
(4 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
import
{
State
}
from
'./state'
;
import
*
as
cg
from
'./types'
;
export
declare
function
bindBoard
(
s: State, onResize: () =>
void
):
void
;
export
declare
function
bindDocument
(
s: State, onResize: () =>
void
): cg.
Unbind
;