// Stub: page-side runtime (design ยง11). // Loads layout.json, instantiates widgets in iframes on the 12-column grid, // handles edit mode, persists changes via the shell bridge. declare global { interface Window { __dashShell__?: { call(method: string, args?: unknown): Promise; }; } } console.info('[dashward-runtime] P0 stub loaded'); export {};