UNPKG
google-publisher-tag
Version:
latest (0.1.0)
0.1.0
Type-safe React wrapper for Google Publisher Tag (GPT).
google-publisher-tag
/
dist
/
loader.d.ts
8 lines
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
GoogTag
}
from
"./gpt.types"
;
declare
global
{
interface
Window
{
googletag
?:
any
; } }
export
declare
function
loadGPT
(
):
Promise
<
GoogTag
>;
//# sourceMappingURL=loader.d.ts.map