/** * First-party tool-tab registrations. * * Imported once from `generator.ts` so the side-effect registers the * fit / sim / graph tabs into the `defineToolTab` registry before the * generator iterates it. The registration order here is the tab-bar * order — Overview is fixed first by the generator, then this list * defines the rest. * * To add a new first-party tab: append a `defineToolTab(...)` call * here and ensure the corresponding `dashboard*Js` emitter declares a * `renderFunctionName` matching the descriptor. * * Third-party tools that ship their own dashboard tabs would import * `defineToolTab` from this package and call it at their own module * load — no changes needed here. */ export {}; //# sourceMappingURL=tool-tabs-registrations.d.ts.map