Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import React from 'react';
import { AdSpotProps } from './typings';
declare class AdSpot extends React.PureComponent<AdSpotProps> {
static defaultProps: {
className: string;
identifier: string;
htmlContent: string;
};
render(): JSX.Element;
}
export { AdSpot };
export default AdSpot;