Trevixal API
    Preparing search index...

    Interface EmojiOptions

    interface EmojiOptions {
        items?: readonly EmojiItem[];
        minQueryLength?: number;
        onState: (state: EmojiState | null) => void;
    }
    Index
    items?: readonly EmojiItem[]

    Emoji set to search; defaults to the built-in list.

    minQueryLength?: number

    Suppress the popup until the query reaches this length (default 1).

    onState: (state: EmojiState | null) => void

    Render hook for the popup: state while open, null when closed.