UNPKG

@namo-io/react-reactions

Version:

😲 Create custom reaction pickers and counters or use your favorites!

11 lines (10 loc) • 357 B
import React from 'react'; export interface SlackSelectorProps { scrollHeight?: string; frequent?: string[]; removeEmojis?: string[]; onSelect?: (id: string) => void; } export declare const SlackSelector: React.VFC<SlackSelectorProps>; export declare const defaultProps: Required<SlackSelectorProps>; export default SlackSelector;