UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

5 lines (4 loc) 287 B
import { SkinTonePickerLocation } from '../types/exposedTypes'; export declare function useShouldShowSkinTonePicker(): (location: SkinTonePickerLocation) => boolean; export declare function useIsSkinToneInSearch(): boolean; export declare function useIsSkinToneInPreview(): boolean;