mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Fix export declaration
Signed-off-by: Jeroen Claassens <jeroen.claassens@live.nl>
This commit is contained in:
2
types/mui-datatables/index.d.ts
vendored
2
types/mui-datatables/index.d.ts
vendored
@@ -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