@beletsky/react-native-yandex-ads
Version:
12 lines • 396 B
TypeScript
import { FC } from 'react';
import { StyleProp, ViewProps } from 'react-native';
import { DEFAULT_CONFIG as defConfig } from '../resources';
export declare const AdNative: FC<{
adUnitId: string;
style?: StyleProp<ViewProps>;
requestParams?: Record<string, string>;
width?: number;
height?: number;
config?: typeof defConfig;
}>;
//# sourceMappingURL=index.android.d.ts.map