UNPKG

@beletsky/react-native-yandex-ads

Version:
10 lines 288 B
import { FC } from 'react'; import { ViewProps } from 'react-native'; export interface AdMediaProps { width?: number; height?: number; style?: ViewProps['style']; uniqYandexId: string; } export declare const AdMedia: FC<AdMediaProps>; //# sourceMappingURL=AdMedia.d.ts.map