Interface GobanSelectedThemes

interface GobanSelectedThemes {
    black: string;
    board: string;
    removal-graphic: "x" | "square";
    removal-scale: number;
    white: string;
}

Properties

black: string
board: string
removal-graphic: "x" | "square"
removal-scale: number
white: string