@empathyco/x-components
Version:
Empathy X Components
17 lines • 392 B
TypeScript
/**
* Sets the device of the {@link DeviceXModule}.
*
* @public
*/
export declare const setName: import("../..").Wire<string | null>;
/**
* Wiring configuration for the {@link DeviceXModule | device module}.
*
* @internal
*/
export declare const deviceWiring: {
DeviceProvided: {
setName: import("../..").Wire<string | null>;
};
};
//# sourceMappingURL=wiring.d.ts.map