UNPKG

@empathyco/x-components

Version:
17 lines 551 B
/** * X-Components is a library usable everywhere not only for search experiences. * * @packageDocumentation */ export * from '../types/components'; export * from '../types/composables'; export * from '../types/directives'; export * from '../types/plugins'; export * from '../types/services'; export * from '../types/store'; export * from '../types/types'; export * from '../types/utils'; export * from '../types/wiring'; export * from '../types/x-installer'; export * from '../types/x-modules/x-modules.types'; //# sourceMappingURL=index.d.ts.map