UNPKG

@namo-io/react-reactions

Version:

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

7 lines (6 loc) • 230 B
import React from 'react'; export interface SlackSelectorFooterProps { onSelect: (id: string) => void; } export declare const SlackSelectorFooter: React.VFC<SlackSelectorFooterProps>; export default SlackSelectorFooter;