UNPKG

@kedao/editor

Version:

Rich Text Editor Based On Draft.js

17 lines (16 loc) 538 B
import React from 'react'; import './style.scss'; declare class LinkEditor extends React.Component<any, any> { constructor(props: any); UNSAFE_componentWillReceiveProps(nextProps: any): void; dropDownInstance: React.RefObject<any>; handeKeyDown: (e: any) => boolean; handleTnputText: (e: any) => void; handleInputLink: (e: any) => void; setTarget: () => void; handleCancel: () => void; handleUnlink: () => void; handleConfirm: () => boolean; render(): JSX.Element; } export default LinkEditor;