mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
[react-rnd] Fix for default export
The class is exported as default. If you use TS without synthetic imports enabled then the import doesn't work. This little change fixes that (tested).
This commit is contained in:
Vendored
+1
-1
@@ -117,4 +117,4 @@ declare namespace Rnd {
|
||||
|
||||
declare class Rnd extends React.Component<Partial<Rnd.Options>> {}
|
||||
|
||||
export = Rnd;
|
||||
export default Rnd;
|
||||
|
||||
Reference in New Issue
Block a user