UNPKG
n7-google-places-autocomplete
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.9
1.0.4
1.0.1
A NativeScript plugin that works.
github.com/labidiaymen/nativescript-google-places-autocomplete
n7-google-places-autocomplete
/
index.d.ts
7 lines
(6 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Common
}
from
'./google-places-autocomplete.common'
;
export
declare
class
GooglePlacesAutocomplete
extends
Common
{
// define your typings manually
// or..
// take the ios or android .d.ts files and copy/paste them here
}