UNPKG

react-facebook

Version:

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

11 lines (10 loc) 413 B
import React, { ReactNode, type ElementType, type CSSProperties } from 'react'; export type ParserProps = { className: string; as?: ElementType; children?: ReactNode; style?: CSSProperties; data?: Record<string, string | undefined>; }; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<ParserProps & React.RefAttributes<HTMLElement>>>; export default _default;