UNPKG
xiangqiground
Version:
latest (0.1.0)
0.1.0
xiangqi ui
github.com/lucaferranti/xiangqiground
lucaferranti/xiangqiground
xiangqiground
/
dist
/
render.d.ts
5 lines
(4 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
import
{
State
}
from
'./state.js'
;
export
declare
function
render
(
s: State
):
void
;
export
declare
function
renderResized
(
s: State
):
void
;
export
declare
function
updateBounds
(
s: State
):
void
;