UNPKG

wgo

Version:

JavaScript library for game of Go

11 lines (10 loc) 264 B
import SVGFieldDrawHandler from './SVGFieldDrawHandler'; export default class Dot extends SVGFieldDrawHandler { params: { color: string; }; constructor(params: { color: string; }); createElement(): SVGCircleElement; }