UNPKG

@empathyco/x-components

Version:
16 lines 498 B
import type { XModule } from '../x-modules.types'; import type { EmpathizeXStoreModule } from './store/types'; /** * Empathize {@link XModule} alias. * * @public */ export type EmpathizeXModule = XModule<EmpathizeXStoreModule>; /** * Empathize {@link XModule} implementation. This module is auto-registered as soon as you * import any component from the `empathize` entry point. * * @public */ export declare const empathizeXModule: EmpathizeXModule; //# sourceMappingURL=x-module.d.ts.map