@ferrucc-io/emoji-picker
Version:
A beautiful and modern emoji picker for React
15 lines (14 loc) • 497 B
TypeScript
/**
* Default maximum Unicode version supported by the emoji picker.
* This should match the Unicode version of the emoji data source (unicode-emoji-json package).
* Update this when upgrading the unicode-emoji-json package to a newer version.
*/
export declare const DEFAULT_MAX_UNICODE_VERSION = 16;
/**
* Default number of emojis to display per row
*/
export declare const DEFAULT_EMOJIS_PER_ROW = 12;
/**
* Default emoji size in pixels
*/
export declare const DEFAULT_EMOJI_SIZE = 28;