UNPKG

@wix/design-system

Version:

@wix/design-system

13 lines 364 B
/** Social networks share button with title */ export function SocialButton({ dataHook, text, onClick, icon, disabled }: { dataHook: any; text: any; onClick: any; icon: any; disabled: any; }): React.JSX.Element; export namespace SocialButton { let displayName: string; } import React from 'react'; //# sourceMappingURL=SocialButton.d.ts.map