UNPKG

react-emoji-popup-lister

Version:

React emoji search & select by colon syntax, with keyboard navigation

5 lines 359 B
/// <reference types="react" /> import { EmojiPopupProps } from "../types"; declare const EmojiPopup: ({ input, value: userPropInputText, setValue: setUserPropInputText, theme, strict, listMax, maxWidth, maxHeight, footer, placeholder, ariaLabel, ...props }: EmojiPopupProps) => JSX.Element; export default EmojiPopup; //# sourceMappingURL=EmojiPopup.d.ts.map