UNPKG

goobs-frontend

Version:

A comprehensive React-based libary for building modern web applications

7 lines 338 B
import { default as React } from 'react'; import { ComplexTextEditorProps } from '../../../ComplexTextEditor'; declare const useComplexEditor: (props: { complexeditor?: ComplexTextEditorProps | ComplexTextEditorProps[]; }) => React.ReactElement[] | null; export default useComplexEditor; //# sourceMappingURL=useComplexEditor.d.ts.map