UNPKG

@botonic/react

Version:

Build Chatbots using React

6 lines (5 loc) 177 B
interface EmojiPickerProps { onClick: () => void; } export declare const EmojiPicker: ({ onClick }: EmojiPickerProps) => import("react/jsx-runtime").JSX.Element; export {};