UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

7 lines (6 loc) 195 B
import React from 'react'; import { InputProps } from '../Input'; interface TextEditorProps extends InputProps { } declare const TextEditor: React.FC<TextEditorProps>; export default TextEditor;