UNPKG

react-fabric-canvas-designer

Version:

A React-based wrapper for Fabric.js to create interactive and customizable canvas-based designs. This library provides tools for drawing, editing, and managing objects on a canvas with React-friendly APIs.

7 lines 231 B
type prop = { value: string; onChange: (text: string) => void; }; declare const InputText: ({ value, onChange }: prop) => import("react/jsx-runtime").JSX.Element; export default InputText; //# sourceMappingURL=Text.d.ts.map