UNPKG

@jigx/mdk

Version:

Jigx Mobile Development Kit - SDK for building Jigx applications

9 lines 437 B
import { DefaultScreenBuilder, ApplicationBuilder } from '../../src'; /** * Home dashboard screen displaying expense overview and recent transactions. * Shows summary statistics and quick access to expense management features. * @param app - Application builder instance * @returns Configured home screen */ export declare function homeScreen(app: ApplicationBuilder): DefaultScreenBuilder; //# sourceMappingURL=home-screen.d.ts.map