UNPKG

330 BTypeScriptView Raw
1import { ForloopDrop } from './forloop-drop';
2export declare class TablerowloopDrop extends ForloopDrop {
3 private cols;
4 constructor(length: number, cols: number, collection: string, variable: string);
5 row(): number;
6 col0(): number;
7 col(): number;
8 col_first(): boolean;
9 col_last(): boolean;
10}