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
/
wrap.d.ts
4 lines
(3 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
import
{
HeadlessState
}
from
'./state'
;
import
{
Elements
}
from
'./types'
;
export
declare
function
renderWrap
(
element
:
HTMLElement
,
s
:
HeadlessState
,
relative
:
boolean
):
Elements
;