-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Hey,
This code
import type { RView } from 'rlayers'
results in the following error:
Module '"rlayers"' has no exported member 'RView'.ts(2305)
Importing it with this code (as per the following example https://mmomtchev.github.io/rlayers/#/controls ) also does not work:
import { RView } from "rlayers/RMap";
Cannot find module 'rlayers/RMap' or its corresponding type declarations.ts(2307)
I have moduleResolution set to "Bundler" in my tsconfig. Could this type be explicitly exported in future versions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels