UNPKG

@chayns-components/emoji-input

Version:
4 lines (3 loc) 205 B
export declare const convertTextToHTML: (text: string) => string; export declare const convertHTMLToText: (text: string) => string; export declare const getElementTextLength: (element: Element) => number;