UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

10 lines 267 B
import React from "react"; interface Props { anchorEl: HTMLElement | null; open: boolean; onClose: () => void; onSelect: (emoji: string) => void; } export declare const EmojiPicker: React.FC<Props>; export {}; //# sourceMappingURL=EmojiPicker.d.ts.map