UNPKG
@nuxtjs/algolia
Version:
latest (1.11.2)
1.11.2
1.11.1
1.11.0
1.10.2
1.10.1
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.9.2
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.0.0
Algolia module for Nuxt
github.com/nuxt-modules/algolia
nuxt-modules/algolia
@nuxtjs/algolia
/
dist
/
runtime
/
composables
/
useAlgoliaRef.d.ts
3 lines
(2 loc)
•
107 B
TypeScript
View Raw
1
2
3
import
{
SearchClient
}
from
'algoliasearch/lite'
;
export
declare
const
useAlgoliaRef
:
() =>
SearchClient
;