mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-08 02:00:21 +00:00
Fix export declaration
Signed-off-by: Jeroen Claassens <jeroen.claassens@live.nl>
This commit is contained in:
Vendored
+1
-1
@@ -168,6 +168,6 @@ export interface MUIDataTableProps {
|
||||
options?: MUIDataTableOptions;
|
||||
}
|
||||
|
||||
export const MUIDataTable: React.ComponentType<MUIDataTableProps>;
|
||||
declare const MUIDataTable: React.ComponentType<MUIDataTableProps>;
|
||||
|
||||
export default MUIDataTable;
|
||||
|
||||
Reference in New Issue
Block a user