import { Row } from "https://deno.land/x/lume@v2.4.1/deps/cliffy.ts";
Create a new row. If cells is a row, all cells and options of the row will be copied to the new row.
Type Parameters
T extends ICell | undefined
import { Row } from "https://deno.land/x/lume@v2.4.1/deps/cliffy.ts";
Create a new row. If cells is a row, all cells and options of the row will be copied to the new row.