/** * Reusable simple-table renderer for the Hot/Big/Wide/Untested/Search * views. * * Wraps the rendered table in the same .section + .card shell used by * fit/sim's renderSessionTable so all dashboard tables share one shape: * a section heading, a card-bordered sortable table, and a pagination * footer wired through paginateTable (defined in shared.ts). * * Each caller passes its own `columns` array, a `heading` string, and * an optional `viewId` (used to attach the help-drawer info icon to * the heading). The helper handles header, body, click delegation * via data-body-hash, sortable activation, and pagination at 10 * rows/page. */ export declare function dashboardFunctionRowJs(): string; //# sourceMappingURL=function-row.d.ts.map