UNPKG

@namo-io/react-reactions

Version:

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

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