@placekit/autocomplete-react
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v1.5.0 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v1.5.1 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v1.5.0 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v1.5.1 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
import type { PKAClient, PKAHandlers, PKAOptions, PKAState } from '@placekit/autocomplete-js'; | ||
@@ -22,3 +22,3 @@ | ||
options?: Omit<PKAOptions, 'target'>; | ||
onClient: (client?: PKAClient) => void; | ||
onClient?: (client?: PKAClient) => void; | ||
} & Partial<Handlers> & React.HTMLProps<HTMLInputElement>; | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@placekit/autocomplete-react", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"author": "PlaceKit <support@placekit.io>", | ||
@@ -5,0 +5,0 @@ "description": "PlaceKit Autocomplete React library", |
Sorry, the diff of this file is not supported yet
26485