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
/
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
;