crap
This commit is contained in:
@@ -7,5 +7,6 @@ export interface CRUDTableProps<T extends MRT_RowData> {
|
||||
onCreate?: (item: T) => void;
|
||||
onDelete?: (item: T) => void;
|
||||
onChange?: (item: T) => void;
|
||||
onSelectionChange?: (selectedItems: T[]) => void;
|
||||
tableRef?: RefObject<BaseTableRef<T>>
|
||||
}
|
||||
Reference in New Issue
Block a user