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