UNPKG

react-facebook

Version:

Facebook components like a Login button, Like, Share, Comments, Embedded Post/Video, Messenger Chat, and Facebook Pixel tracking

10 lines (9 loc) 343 B
import React from 'react'; import { type ParserProps } from './Parser'; export type CommentsCountProps = Partial<ParserProps> & { href?: string; }; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Partial<ParserProps> & { href?: string; } & React.RefAttributes<HTMLElement>>>; export default _default;