UNPKG
nativescript-google-places-autocomplete
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A NativeScript plugin that works.
github.com/labidiaymen/nativescript-google-places-autocomplete
nativescript-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
}