UNPKG

react-facebook

Version:

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

26 lines (25 loc) 725 B
import React from 'react'; import { type ParserProps } from './Parser'; export type MessengerCheckboxProps = Partial<ParserProps> & { messengerAppId: string; pageId: string; userRef?: string; origin?: string; size?: string; prechecked?: boolean; allowLogin?: boolean; centerAlign?: boolean; skin?: string; }; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Partial<ParserProps> & { messengerAppId: string; pageId: string; userRef?: string; origin?: string; size?: string; prechecked?: boolean; allowLogin?: boolean; centerAlign?: boolean; skin?: string; } & React.RefAttributes<HTMLElement>>>; export default _default;