@empathyco/x-components
Version:
Empathy X Components
16 lines • 514 B
TypeScript
import type { XModule } from '../x-modules.types';
import type { ExtraParamsXStoreModule } from './store/types';
/**
* ExtraParams {@link XModule} alias.
*
* @public
*/
export type ExtraParamsXModule = XModule<ExtraParamsXStoreModule>;
/**
* ExtraParams {@link XModule} implementation. This module is auto-registered as soon as you
* import any component from the `extraParams` entry point.
*
* @public
*/
export declare const extraParamsXModule: ExtraParamsXModule;
//# sourceMappingURL=x-module.d.ts.map