UNPKG
chessground12
Version:
latest (1.1.2)
1.1.2
1.1.0
1.0.1
1.0.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Extended lishuuro.org Chess UI
github.com/uros-5/chessground12
uros-5/chessground12
chessground12
/
dist
/
events.d.ts
5 lines
(4 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
State
}
from
'./state'
;
import
{
Unbind
}
from
'./types'
;
export
declare
function
bindBoard
(
s
:
State
,
onResize
: () =>
void
):
void
;
export
declare
function
bindDocument
(
s
:
State
,
onResize
: () =>
void
):
Unbind
;