UNPKG

@lobehub/fluent-emoji

Version:

Fluent Emoji are a collection of familiar, friendly, and modern emoji from Microsoft

7 lines (6 loc) 225 B
import { EmojiType } from './utils'; export interface FluentEmojiCdnConfig { cdn?: 'aliyun' | 'unpkg'; type: EmojiType; } export declare const getFluentEmojiCDN: (id: string, config?: FluentEmojiCdnConfig) => string;