UNPKG
@brandonknudsen/admob-native-advanced
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
Capacitor plugin for Google AdMob Native Advanced Ads
@brandonknudsen/admob-native-advanced
/
dist
/
index.d.ts
5 lines
(4 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
AdMobNativeAdvancedPlugin
}
from
'./definitions'
;
declare
const
AdMobNativeAdvanced
:
AdMobNativeAdvancedPlugin
;
export
*
from
'./definitions'
;
export
{
AdMobNativeAdvanced
};