UNPKG

@beletsky/react-native-yandex-ads

Version:
8 lines 313 B
import { HostComponent, ViewProps } from 'react-native'; interface AdMediaComponentType extends ViewProps { width: number; height: number; } declare let AdMediaNativeComponent: HostComponent<AdMediaComponentType>; export default AdMediaNativeComponent; //# sourceMappingURL=AdMediaNativeComponent.d.ts.map