UNPKG

@charkour/react-reactions

Version:

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

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