[Search] export search api interface (#8334)

* export api interface from plugin

Signed-off-by: Emma Indal <emmai@spotify.com>

* add changeset

Signed-off-by: Emma Indal <emmai@spotify.com>

* export as type

Signed-off-by: Emma Indal <emmai@spotify.com>

* update api reports

Signed-off-by: Emma Indal <emmai@spotify.com>
This commit is contained in:
Emma Indal
2021-12-02 14:26:32 +01:00
committed by GitHub
parent 5722e731aa
commit 382e3a94b3
3 changed files with 14 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@
*/
export { searchApiRef } from './apis';
export type { SearchApi } from './apis';
export {
Filters,
FiltersButton,