UNPKG

react-emoji-popup-lister

Version:

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

5 lines 288 B
/// <reference types="react" /> import { EmojiListProps } from "../types"; declare const EmojiList: ({ active, list, setElIndex, mouseNav, setMouseNav, emoji, maxWidth, maxHeight, footer, }: EmojiListProps) => JSX.Element; export default EmojiList; //# sourceMappingURL=EmojiList.d.ts.map