UNPKG

@jigx/mdk

Version:

Jigx Mobile Development Kit - SDK for building Jigx applications

16 lines 697 B
/** * @jigx/mdk - Jigx Mobile Development Kit * * A comprehensive TypeScript SDK for building mobile-first applications with the Jigx platform. */ export { application, ApplicationBuilder } from './src/application/index.js'; export * from './src/database'; export * from './src/datasource'; export * from './src/function'; export * from './src/action'; export * from './src/component'; export * from './src/widget'; export * from './src/screen'; export * from './src/abstract/index.js'; export type { Expression, InstanceId, ColorValue, IconName, TextValue, When, StringOrExpression, NumberOrExpression, BooleanOrExpression } from './src/abstract/index.js'; //# sourceMappingURL=index.d.ts.map