UNPKG
@rigu/svelte-gpt
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Svelte library to render google ADS using google gpt
github.com/rigu/svelte-gpt
@rigu/svelte-gpt
/
dist
/
toolkit
/
googletag.utils.d.ts
5 lines
(4 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="google-publisher-tag" />
export
declare
const
useAds
:
(
networkCode
:
string
,
unitCode
:
string
,
size
?: googletag.
GeneralSize
,
sizeMapping
?: { [key:
string
]: googletag.GeneralSize; },
containerId
?:
string
) =>
void
;