UNPKG
chessgroundxx
Version:
latest (9.3.0)
9.3.0
9.2.4
9.2.3
9.2.2
9.2.1
9.2.0
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.9.9
7.9.7
7.9.5
7.9.4
7.9.3
lichess.org chess ui
github.com/lichess-org/chessground
lichess-org/chessground
chessgroundxx
/
dist
/
chessground.d.ts
8 lines
(7 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Api
}
from
"./api.js"
;
import
{
Config
}
from
"./config.js"
;
export
declare
function
initModule
(
{ el, config, }: { el: HTMLElement; config?: Config; }
):
Api
;
export
declare
function
Chessground
(
element: HTMLElement, config?: Config
):
Api
;