first commit
This commit is contained in:
14
components/ClientFloatingWhatsApp.tsx
Normal file
14
components/ClientFloatingWhatsApp.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
'use client'
|
||||
|
||||
import { LazyFloatingWhatsApp } from './DynamicComponents'
|
||||
|
||||
interface ClientFloatingWhatsAppProps {
|
||||
phoneNumber: string
|
||||
message: string
|
||||
position: "bottom-right" | "bottom-left"
|
||||
showTooltip: boolean
|
||||
}
|
||||
|
||||
export default function ClientFloatingWhatsApp(props: ClientFloatingWhatsAppProps) {
|
||||
return <LazyFloatingWhatsApp {...props} />
|
||||
}
|
||||
Reference in New Issue
Block a user