We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70227d0 commit a0daa96Copy full SHA for a0daa96
1 file changed
packages/ui/src/api/client.ts
@@ -132,6 +132,7 @@ export type {
132
ModelHubSnapshot,
133
} from "./client-local-inference";
134
export * from "./client-types";
135
+export type { XRDeviceConnection, XRPairState } from "./client-xr";
136
export type { AgentRequestTransport } from "./transport";
137
export type {
138
AllPermissionsState,
@@ -239,6 +240,7 @@ import "./client-workflow";
239
240
import "./client-skills";
241
import "./client-vault";
242
import "./client-wallet";
243
+import "./client-xr";
244
245
// ---------------------------------------------------------------------------
246
// Singleton
0 commit comments