UNPKG

356 BTypeScriptView Raw
1import React from 'react';
2import { View } from 'react-native';
3declare type Props = React.ComponentProps<typeof View>;
4export default class AdMediaView extends React.Component<Props> {
5 render(): JSX.Element;
6}
7export declare type NativeAdMediaView = React.Component<Props>;
8export declare const NativeAdMediaView: React.ComponentType<any>;
9export {};