@empathyco/x-components
Version:
Empathy X Components
14 lines • 331 B
TypeScript
/**
* Wiring configuration for the {@link EmpathizeXModule | empathize module}.
*
* @internal
*/
export declare const empathizeWiring: {
EmpathizeOpened: {
setIsOpen: import("../..").AnyWire;
};
EmpathizeClosed: {
setIsNotOpen: import("../..").AnyWire;
};
};
//# sourceMappingURL=wiring.d.ts.map