UNPKG
wgo
Version:
latest (3.0.0-alpha.10)
3.0.0-alpha.10
3.0.0-alpha.9
3.0.0-alpha.8
3.0.0-alpha.7
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.1
3.0.0-alpha.0
JavaScript library for game of Go
waltheri.github.io/wgo.js
waltheri/wgo.js
wgo
/
dist
/
SVGBoard
/
SVGCustomLabelBoardObject.d.ts
6 lines
(5 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
LabelBoardObject
}
from
'../BoardBase'
;
import
{
SVGDrawHandler
,
SVGCustomObject
}
from
'./types'
;
export
default
class
SVGCustomLabelBoardObject
extends
LabelBoardObject
implements
SVGCustomObject
{
handler
:
SVGDrawHandler
; }