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
/
svgDrawHandlers
/
Dot.d.ts
11 lines
(10 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
SVGFieldDrawHandler
from
'./SVGFieldDrawHandler'
;
export
default
class
Dot
extends
SVGFieldDrawHandler
{
params
: {
color
:
string
; };
constructor
(
params
: { color:
string
; }
);
createElement
():
SVGCircleElement
; }