blob: e04c807d4a9cd4262452f245f1291f2fe73f301e (
plain)
1
2
3
4
5
6
7
8
9
10
|
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;
}
|