Add column presets

This commit is contained in:
Endeavorance 2025-04-07 15:24:31 -04:00
parent 6479d09196
commit 1bfc20673d
6 changed files with 50 additions and 34 deletions

View file

@ -1,4 +1,4 @@
import { ColumnOf } from "./column-types";
import { ColumnOf } from "./column-presets";
import type { Column, ColumnShorthand, DataType } from "./columns";
import { Prequel } from "./prequel";
import { Table } from "./table";