UNPKG

animated-fluent-emojis

Version:

Animated Fluent Emojis is a React component library that brings Microsoft's Fluent emojis to life in your web applications. This library offers an easy way to integrate expressive and engaging animated emojis, enhancing user experience and visual appeal i

13 lines 560 B
import { EmojiManifest } from '../utils'; /** * Custom hook for getting emoji style and category information. * @param {string} id - The emoji id. * @returns {Object} An object containing the emoji manifest and category folder. * @returns {EmojiManifest | null} .emoji - The emoji manifest data or null if not found. * @returns {string} .categoryFolder - The category folder for the emoji. */ export declare const useEmojiStyle: (id: string) => { emoji: EmojiManifest | null; categoryFolder: string; }; //# sourceMappingURL=useEmojiStyle.d.ts.map