UNPKG

dotting

Version:

Dotting is a pixel art editor component library for react

5 lines (4 loc) 258 B
import { PixelModifyItem } from "../../src"; export declare const EmptyThreeByThree: Array<Array<PixelModifyItem>>; export declare const EmptyFourByFour: Array<Array<PixelModifyItem>>; export declare const EmptyFiveByFive: Array<Array<PixelModifyItem>>;