feat(web): add cellular and network module slices
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user