UNPKG

scrivly

Version:

A powerful, feature-rich rich text editor for React with TypeScript support

8 lines 246 B
import type React from "react"; interface EmojiPickerProps { onEmojiSelect: (emoji: string) => void; onClose: () => void; } export declare const EmojiPicker: React.FC<EmojiPickerProps>; export {}; //# sourceMappingURL=EmojiPicker.d.ts.map