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
/
hooks.d.ts
8 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
Targeting
}
from
"./gpt.types"
;
export
declare
function
useGlobalTargeting
(
): {
setTargeting
:
(
t
:
Targeting
) =>
Promise
<
void
>; };
export
declare
function
useRefresh
(
): {
refresh
:
(
divIds
?:
string
[]
) =>
Promise
<
void
>; };
//# sourceMappingURL=hooks.d.ts.map