Files
fedi-classifieds/node_modules/liquidjs/dist/drop/tablerowloop-drop.d.ts
2026-04-29 08:30:52 -07:00

11 lines
320 B
TypeScript

import { ForloopDrop } from './forloop-drop';
export declare class TablerowloopDrop extends ForloopDrop {
private cols;
constructor(length: number, cols: number, collection: string, variable: string);
row(): number;
col0(): number;
col(): number;
col_first(): boolean;
col_last(): boolean;
}