feat(web): add cellular and network module slices

This commit is contained in:
chick
2026-07-17 20:15:04 +08:00
parent 4a595540e9
commit d0fd943082
6 changed files with 1106 additions and 1 deletions
+18
View File
@@ -73,4 +73,22 @@ export {
type PreparedOperation,
} from './operations/operation-client.js';
export {
CellularModule,
type CellularDataSource,
type CellularFieldValue,
type CellularLocation,
type CellularModuleProps,
type CellularNetworkRegistration,
type CellularOperators,
type CellularSignal,
type CellularSnapshot,
} from './instances/cellular-module.js';
export {
DeviceNetworkModule,
type DeviceNetworkDataSource,
type DeviceNetworkModuleProps,
type DeviceNetworkSnapshot,
} from './instances/device-network-module.js';
export const webWorkspaceReady = true;