/** * Composables Entry Point * * 组合式函数入口 * * @module plugin-search/client/composables */ export * from './locale.js' export * from './searchIndex.js'