UNPKG

react-facebook

Version:

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

24 lines (23 loc) 788 B
import React from 'react'; import { type ParserProps } from './Parser'; export type CustomChatProps = Partial<ParserProps> & { pageId: string; themeColor?: string; loggedInGreeting?: string; loggedOutGreeting?: string; dataRef?: string; greetingDialogDisplay?: 'show' | 'fade' | 'hide'; greetingDialogDelay?: string; minimized?: boolean; }; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Partial<ParserProps> & { pageId: string; themeColor?: string; loggedInGreeting?: string; loggedOutGreeting?: string; dataRef?: string; greetingDialogDisplay?: "show" | "fade" | "hide"; greetingDialogDelay?: string; minimized?: boolean; } & React.RefAttributes<HTMLElement>>>; export default _default;