UNPKG

react-dfp

Version:

A React implementation of the google [DFP](https://developers.google.com/doubleclick-gpt/reference "GPT Reference") API. This package is inspired in the awesome library [jquery.dfp](https://github.com/coop182/jquery.dfp.js), and aims to provide its same e

8 lines (6 loc) 211 B
import manager from './manager'; import slot from './adslot'; import provider from './dfpslotsprovider'; export const DFPManager = manager; export const AdSlot = slot; export const DFPSlotsProvider = provider;