UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 235 B
/// <reference types="react" /> import { EmojiProps } from './type'; declare const Emoji: { ({ name, className, disabled, link, loading, size, ...props }: EmojiProps): JSX.Element; displayName: string; }; export default Emoji;