UNPKG

kedao

Version:

Rich Text Editor Based On Draft.js

5 lines (4 loc) 196 B
import React from 'react'; import { DropDownProps } from '../../types'; declare const DropDown: React.ForwardRefExoticComponent<DropDownProps & React.RefAttributes<any>>; export default DropDown;