UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

15 lines (13 loc) 322 B
import { ClassNames } from '../../DomUtils/classNames'; import { stylesheet } from '../../Stylesheet/stylesheet'; export const emojiStyles = stylesheet.create({ external: { '.': ClassNames.external, fontSize: '0' }, common: { alignSelf: 'center', justifySelf: 'center', display: 'block' } });