spacedrive/interface/types/declarations.d.ts

8 lines
155 B
TypeScript
Raw Normal View History

import '@tanstack/react-table';
declare module '@tanstack/table-core' {
interface ColumnMeta<TData extends RowData, TValue> {
className?: string;
}
}