UNPKG

@brizy/ui

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