UNPKG

@open-condo/ui

Version:

A set of React UI components for developing applications inside the condo ecosystem

9 lines 222 B
import React from 'react'; export type EmojiProps = { className?: string; ariaLabel?: string; symbol: string; }; declare const Emoji: React.FC<EmojiProps>; export { Emoji, }; //# sourceMappingURL=Emoji.d.ts.map