8 lines
188 B
TypeScript
8 lines
188 B
TypeScript
|
|
/// <reference types="gtag.js" />
|
||
|
|
|
||
|
|
export * from './Ad';
|
||
|
|
export * from './AdManager';
|
||
|
|
export * from './AdProvider';
|
||
|
|
export * from './AdGuest';
|
||
|
|
export { AdCarbonInline } from './AdCarbon';
|