UNPKG

@charkour/react-reactions

Version:

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

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