react-facebook
Version:
Facebook components like a Login button, Like, Share, Comments, Embedded Post/Video, Messenger Chat, and Facebook Pixel tracking
12 lines (11 loc) • 372 B
TypeScript
import React from 'react';
import { type ParserProps } from './Parser';
export type SaveProps = Partial<ParserProps> & {
uri?: string;
lazy?: boolean;
};
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Partial<ParserProps> & {
uri?: string;
lazy?: boolean;
} & React.RefAttributes<HTMLElement>>>;
export default _default;