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