UNPKG

react-konva-utils

Version:

Useful components and hooks for react-konva

8 lines (7 loc) 205 B
import React from 'react'; export declare const TextEditor: ({ textNodeRef, value, onBlur, onChange, }: { textNodeRef: any; value: any; onBlur: any; onChange: any; }) => React.JSX.Element;