UNPKG

@lobehub/fluent-emoji

Version:

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

15 lines 583 B
import { EmojiType } from "../getFluentEmojiCDN/utils.mjs"; import { ElementType, HTMLAttributes } from "react"; //#region src/FluentEmoji/index.d.ts interface FluentEmojiProps extends HTMLAttributes<HTMLDivElement> { as?: ElementType; cdn?: 'aliyun' | 'unpkg'; emoji: string; size?: number; type?: EmojiType | 'pure'; unoptimized?: boolean; } declare const FluentEmoji: import("react").ForwardRefExoticComponent<FluentEmojiProps & import("react").RefAttributes<any>>; //#endregion export { FluentEmojiProps, FluentEmoji as default }; //# sourceMappingURL=index.d.mts.map