UNPKG

kedao

Version:

Rich Text Editor Based On Draft.js

8 lines (7 loc) 278 B
import React from 'react'; import { FinderProps } from '../../types'; export interface FinderRef { uploadImage: (file: any, callback: any) => void; } declare const Finder: React.ForwardRefExoticComponent<FinderProps & React.RefAttributes<FinderRef>>; export default Finder;