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
/
render.d.ts
4 lines
(3 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
import
{
State
}
from
'./state'
;
export
declare
function
render
(
s: State
):
void
;
export
declare
function
updateBounds
(
s: State
):
void
;