Skip to content

Commit a0daa96

Browse files
author
Shaw
committed
fix(ui): expose xr client pairing types
1 parent 70227d0 commit a0daa96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/ui/src/api/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export type {
132132
ModelHubSnapshot,
133133
} from "./client-local-inference";
134134
export * from "./client-types";
135+
export type { XRDeviceConnection, XRPairState } from "./client-xr";
135136
export type { AgentRequestTransport } from "./transport";
136137
export type {
137138
AllPermissionsState,
@@ -239,6 +240,7 @@ import "./client-workflow";
239240
import "./client-skills";
240241
import "./client-vault";
241242
import "./client-wallet";
243+
import "./client-xr";
242244

243245
// ---------------------------------------------------------------------------
244246
// Singleton

0 commit comments

Comments
 (0)