We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e050d commit c1bd483Copy full SHA for c1bd483
index.d.ts
@@ -1,2 +1,13 @@
1
declare module 'geostyler-openlayers-parser';
2
declare module '@terrestris/ol-util/dist/MapUtil/MapUtil';
3
+
4
+declare module 'ol/Feature';
5
+declare module 'ol/geom/Point';
6
+declare module 'ol/style/Circle';
7
+declare module 'ol/style/Fill';
8
+declare module 'ol/style/Icon';
9
+declare module 'ol/style/Image';
10
+declare module 'ol/style/RegularShape';
11
+declare module 'ol/style/Stroke';
12
+declare module 'ol/style/Style';
13
+declare module 'ol/style/Text';
0 commit comments