UNPKG
@beletsky/react-native-yandex-ads
Version:
beta (1.1.0-beta.2)
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.1.0-beta.2
1.1.0-beta.1
1.1.0-beta.0
1.0.1
1.0.1-beta.2
1.0.1-beta.1
1.0.1-beta.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
test
github.com/YBeletsky117/react-native-yandex-ads
YBeletsky117/react-native-yandex-ads
@beletsky/react-native-yandex-ads
/
lib
/
typescript
/
components
/
AdMedia.d.ts
10 lines
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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