UNPKG

wgo

Version:

JavaScript library for game of Go

8 lines (7 loc) 284 B
import { SVGBoardConfig } from '../types'; import SVGFieldDrawHandler from './SVGFieldDrawHandler'; export default class SimpleStone extends SVGFieldDrawHandler { color: string; constructor(color: string); createElement(config: SVGBoardConfig): SVGCircleElement; }