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