UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

4 lines (3 loc) 206 B
import { DataEmoji } from '../dataUtils/DataTypes'; export declare function useDisallowedEmojis(): Record<string, boolean>; export declare function useIsEmojiDisallowed(): (emoji: DataEmoji) => boolean;