UNPKG
@lichess-org/chessground
Version:
latest (10.1.1)
10.1.1
10.1.0
10.0.2
10.0.1
10.0.0
9.10.3
9.10.2
9.10.1
9.9.0
9.8.5
9.8.4
9.8.3
9.8.2
9.8.1
9.8.0
9.7.4
9.7.2
9.7.1
9.7.0
9.6.0
9.5.2
9.5.1
9.5.0
9.4.1
9.4.0
9.3.1
9.3.0
9.2.3
lichess.org chess ui
github.com/lichess-org/chessground
lichess-org/chessground
@lichess-org/chessground
/
dist
/
wrap.d.ts
4 lines
(3 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
import
{
HeadlessState
}
from
'./state.js'
;
import
{
Elements
}
from
'./types.js'
;
export
declare
function
renderWrap
(
element: HTMLElement, s: HeadlessState
):
Elements
;