UNPKG

dotting

Version:

Dotting is a pixel art editor component library for react

3 lines (2 loc) 148 B
import { Indices } from "./types"; export declare function isValidIndicesRange(rowIndex: number, columnIndex: number, indices: Indices): boolean;