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
/
chessground.d.ts
4 lines
(3 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
import
{
Api
}
from
'./api'
;
import
{
Config
}
from
'./config'
;
export
declare
function
Chessground
(
element: HTMLElement, config?: Config
):
Api
;