UNPKG

simple-ad-component

Version:

11 lines (10 loc) 218 B
export interface AdProps { imageUrl: string; targetUrl: string; altText?: string; width?: number; height?: number; className?: string; onImpression?: () => void; onClick?: () => void; }