fuck
This commit is contained in:
@@ -9,8 +9,8 @@ interface SelectionEntry {
|
||||
}
|
||||
|
||||
interface WorkspaceSelectionOptions {
|
||||
resolveDocumentRowKey?: (id: string | number) => RowKey | null | undefined;
|
||||
resolveFolderRowKey?: (id: string | number) => RowKey | null | undefined;
|
||||
resolveDocumentRowKey?: (id: string | number) => RowKey | null;
|
||||
resolveFolderRowKey?: (id: string | number) => RowKey | null;
|
||||
isDocumentRowKey?: (key: RowKey | SelectionEntry) => boolean;
|
||||
isFolderRowKey?: (key: RowKey | SelectionEntry) => boolean;
|
||||
getRowId?: (key: RowKey | SelectionEntry) => string | number | null;
|
||||
|
||||
Reference in New Issue
Block a user