UNPKG

@chitlangesahas/react-reactions

Version:

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

11 lines (10 loc) • 310 B
import React from 'react'; export interface YoutubeCounterButtonProps { position: string; number: string; tooltip: string; onClick: () => void; active: boolean; } export declare const YoutubeCounterButton: React.FC<YoutubeCounterButtonProps>; export default YoutubeCounterButton;