@empathyco/x-components
Version:
Empathy X Components
19 lines • 632 B
TypeScript
/**
* 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-bus';
export * from '../types/x-bus/x-priority-queue';
export * from '../types/x-installer';
export * from '../types/x-modules/x-modules.types';
//# sourceMappingURL=index.d.ts.map