UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

6 lines (5 loc) 469 B
import { NullableElement } from './selectors'; export declare function elementCountInRow(parent: NullableElement, element: NullableElement): number; export declare function firstVisibleElementInContainer(parent: NullableElement, elements: HTMLElement[], maxVisibilityDiffThreshold?: number): NullableElement; export declare function hasNextElementSibling(element: HTMLElement): boolean; export declare function getLabelHeight(parentNode: NullableElement): number;