You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
The export keyword isn't technically necessary inside of declare as everything in there is taken to be an export already.
DefinitelyTyped recommended style is to use a separate file per module (like it would be in source code). So that could go directly in react-google-maps/lib/components/Circle.d.ts.
I have definitions file with multiple module declarations like:
Running dtslint results in
strict-export-declare-modifiers
for eachexport
keyword.Full example at tomchentw/react-google-maps#646 (remove
"strict-export-declare-modifiers": false
fromtslint.json
).The text was updated successfully, but these errors were encountered: