UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

12 lines (11 loc) 375 B
/// <reference types="react" /> declare type Props = { direction?: SkinTonePickerDirection; }; export declare function SkinTonePickerMenu(): JSX.Element; export declare function SkinTonePicker({ direction }: Props): JSX.Element | null; export declare enum SkinTonePickerDirection { VERTICAL = "epr-vertical", HORIZONTAL = "epr-horizontal" } export {};