react-facebook
Version:
Facebook components like a Login button, Like, Share, Comments, Embedded Post/Video, Messenger Chat, and Facebook Pixel tracking
20 lines (19 loc) • 593 B
TypeScript
import React from 'react';
import { type ParserProps } from './Parser';
export type GroupProps = Partial<ParserProps> & {
href?: string;
skin?: string;
showSocialContext?: boolean;
showMetaData?: boolean;
width?: number | string;
lazy?: boolean;
};
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Partial<ParserProps> & {
href?: string;
skin?: string;
showSocialContext?: boolean;
showMetaData?: boolean;
width?: number | string;
lazy?: boolean;
} & React.RefAttributes<HTMLElement>>>;
export default _default;