UNPKG

@beletsky/react-native-yandex-ads

Version:
10 lines 312 B
import { FC } from 'react'; import type { StyleProp, ViewProps } from 'react-native'; export declare const AdNative: FC<{ adUnitId: string; style?: StyleProp<ViewProps>; requestParams?: Record<string, string>; width?: number; heiheightght?: number; }>; //# sourceMappingURL=index.ios.d.ts.map