UNPKG

@namo-io/react-reactions

Version:

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

9 lines (8 loc) • 312 B
import React from 'react'; export interface GithubSelectorProps { reactions?: string[]; onSelect?: (shortCode: string) => void; } export declare const GithubSelector: React.VFC<GithubSelectorProps>; export declare const defaultProps: Required<GithubSelectorProps>; export default GithubSelector;