UNPKG

nextjs-google-adsense

Version:
10 lines (9 loc) 290 B
/// <reference types="react" /> type ResponsiveAdUnitProps = { publisherId: string; slotId: string; type?: string; style?: any; }; export declare function ResponsiveAdUnit({ publisherId, slotId, type, style }: ResponsiveAdUnitProps): JSX.Element | null; export {};