UNPKG

js-draw

Version:

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

4 lines (3 loc) 200 B
import { ComponentBuilderFactory } from '../types'; declare const makeShapeFitAutocorrect: (sourceFactory: ComponentBuilderFactory) => ComponentBuilderFactory; export default makeShapeFitAutocorrect;