UNPKG

@indahash/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

9 lines (8 loc) 363 B
import * as React from 'react'; import { PickerConfig, PickerConfigInternal } from '../../config/config'; declare type Props = PickerConfig & Readonly<{ children: React.ReactNode; }>; export declare function PickerConfigProvider({ children, ...config }: Props): JSX.Element; export declare function usePickerConfig(): PickerConfigInternal; export {};