UNPKG

@uiw/react-textarea-code-editor

Version:
7 lines (6 loc) 267 B
import React from 'react'; import { TextareaCodeEditorProps } from '@uiw/react-textarea-code-editor/esm/Editor'; declare const _default: React.ForwardRefExoticComponent< TextareaCodeEditorProps & React.RefAttributes<HTMLTextAreaElement> >; export default _default;