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