fix
This commit is contained in:
@@ -3,12 +3,14 @@ import React from 'react';
|
||||
interface DocumentsListContainerProps {
|
||||
children: React.ReactNode;
|
||||
clearSelection: () => void;
|
||||
iconSize?: number;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
const DocumentsListContainer: React.FC<DocumentsListContainerProps> = ({
|
||||
children,
|
||||
clearSelection,
|
||||
iconSize: _iconSize,
|
||||
...props
|
||||
}) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user