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

11 lines (10 loc) 193 B
export interface IComponent { controlId: string; view: { $element: { id: string; dom: any; }; }; customArguments: Record<string, any>; }