share-button-links-react
Version:
Share buttons links for websites, blogs and more.
10 lines • 406 B
TypeScript
export default function ButtonFacebookIcon({ url, title, isRounded, isAllWhite, isWhited, isBordered, isCircled }: {
url?: string | undefined;
title: any;
isRounded?: boolean | undefined;
isAllWhite?: boolean | undefined;
isWhited?: boolean | undefined;
isBordered?: boolean | undefined;
isCircled?: boolean | undefined;
}): any;
//# sourceMappingURL=ButtonFacebookIcon.d.ts.map