UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

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