UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

4 lines (3 loc) 228 B
import { PlatformBridge } from "./dms-platform-bridge"; import { DmsApplicationService } from '../lib-core/application-context-service'; export declare function PlatformBridgeFactory(dms: DmsApplicationService): PlatformBridge;