@carlos8a/react-whatsapp-floating-button
Version:
A react component to add a floating whatsapp button to your project
9 lines (8 loc) • 329 B
TypeScript
export declare function WhatsappSVG({ className, ...props }: {
[x: string]: any;
className?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;
export declare function CloseSVG({ className, ...props }: {
[x: string]: any;
className?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;