UNPKG

@obliczeniowo/elementary

Version:
16 lines (15 loc) 677 B
import { ChessEnum } from '../../enums/enums'; import * as i0 from "@angular/core"; export declare class ChessFieldComponent { ChessEnum: typeof ChessEnum; row: number; column: string; chessField: boolean; get whiteField(): boolean; get blackField(): boolean; get columnIndex(): number; get isBlack(): boolean; get isWhite(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<ChessFieldComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ChessFieldComponent, "obl-chess-field", never, { "row": { "alias": "row"; "required": false; }; "column": { "alias": "column"; "required": false; }; }, {}, never, ["*"], false, never>; }