UNPKG

@lobehub/fluent-emoji

Version:

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

10 lines (9 loc) 247 B
import { ReactNode } from 'react'; interface IconItemProps { children: ReactNode; emoji: string; title: string; url: string; } declare const EmojiItem: import("react").NamedExoticComponent<IconItemProps>; export default EmojiItem;