devsite/node_modules/liquidjs/dist/drop/tablerowloop-drop.d.ts

11 lines
330 B
TypeScript
Raw Normal View History

2024-07-08 01:49:38 +00:00
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;
}