UNPKG

wgo

Version:

JavaScript library for game of Go

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