UNPKG

share-button-links-react

Version:
10 lines 395 B
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