UNPKG

@lobehub/fluent-emoji

Version:

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

10 lines 355 B
import { EmojiType } from "./utils.mjs"; //#region src/getFluentEmojiCDN/index.d.ts interface FluentEmojiCdnConfig { cdn?: 'aliyun' | 'unpkg'; type: EmojiType; } declare const getFluentEmojiCDN: (id: string, config?: FluentEmojiCdnConfig) => string; //#endregion export { FluentEmojiCdnConfig, getFluentEmojiCDN }; //# sourceMappingURL=index.d.mts.map