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
/
utils
/
prepareChildForNativeAd.d.ts
7 lines
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
View
,
ViewProps
}
from
'react-native'
;
export
declare
const
prepareChildForNativeAd
:
(
suffix
:
string
) =>
(
child
:
View
& { props?: ViewProps; }
) =>
View
& {
props
?:
ViewProps
|
undefined
; };
//# sourceMappingURL=prepareChildForNativeAd.d.ts.map