UNPKG

@ferrucc-io/emoji-picker

Version:

A beautiful and modern emoji picker for React

8 lines (7 loc) 276 B
import React from 'react'; export interface EmojiPickerGroupProps { children: React.ReactNode; title?: string; className?: string; } export declare function EmojiPickerGroup({ children, className }: EmojiPickerGroupProps): import("react/jsx-runtime").JSX.Element;