UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

6 lines 244 B
import { ColumnDef } from '@tanstack/table-core'; /** * Generic column to use when your table needs multi selection of rows */ export declare const TableSelectableColumn: ColumnDef<unknown>; //# sourceMappingURL=TableSelectableColumn.d.ts.map