UNPKG

tlojs

Version:

The Last One - The last npm package you'll need to install

5 lines (4 loc) 114 B
import { TableCell } from "./cell"; export interface TablePlugin<T> { execute(cells: TableCell<unknown>[]): T }