UNPKG

@spacebarchat/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

6 lines (4 loc) 144 B
import { NullableElement } from './selectors'; export function getActiveElement() { return document.activeElement as NullableElement; }