UNPKG

js-draw

Version:

Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.

5 lines (4 loc) 259 B
import AbstractComponent from '../AbstractComponent'; import { ImageComponentLocalization } from '../localization'; declare const _default: (localizationTable: ImageComponentLocalization, elems: AbstractComponent[]) => string | null; export default _default;