Components
<AisStats>
Stats widget
Usage
MySearchExperience.vue
<template>
<div>
<AisInstantSearch :widgets :configuration>
<AisStats></AisStats>
</AisInstantSearch>
</div>
</template>
<script setup lang="ts">
const widgets = computed(() => [useAisStats({})]);
</script>
Slots, props and widget connector params are all typed! More thorough documentation coming soon :)