UNPKG

@ne1410s/griddler

Version:

Complete package for creating, sharing and solving griddler grids!

16 lines (15 loc) 475 B
import { Pxl8r } from '@ne1410s/pxl8r'; import { GriddlerPopupBase } from '../base/griddler-popup'; import { PlainGrid } from '../../../models/grid'; export declare class PixelsPopup extends GriddlerPopupBase { private _labelGrid; get labelGrid(): PlainGrid; private pxl8r; private renderData; constructor(); protected renderZone(): void; protected validate: () => boolean; private onControlRender; private visualTest; } export { Pxl8r };