Repository URL to install this package:
import { ReactNode } from 'react'; export interface AdSpotProps { className?: string; children?: ReactNode; identifier: string; htmlContent: string; }