import type { RowData, Table } from './tanstack.js'; /** Represents the data engine for a table. */ export type TableEngine = Table; //# sourceMappingURL=types.d.ts.map