UNPKG

@brizy/ui

Version:
9 lines (8 loc) 266 B
import { LikeProps } from "react-facebook/dist/esm/types/components/Like"; import { FCC } from "../../types"; export interface Props extends LikeProps { appID: string; lang?: string; className?: string; } export declare const FacebookButton: FCC<Props>;