Interface GoThemesInterface

Hierarchy

  • GoThemesInterface

Indexable

[_: string]: {
    [name: string]: typeof GoTheme;
}

Properties

Properties

black: {
    [name: string]: typeof GoTheme;
}

Type declaration

board: {
    [name: string]: typeof GoTheme;
}

Type declaration

white: {
    [name: string]: typeof GoTheme;
}

Type declaration

Generated using TypeDoc