UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

4 lines (3 loc) 137 B
export function categoryNameFromDom($category: Element | null): string | null { return $category?.getAttribute('data-name') ?? null; }