Export ol.style.Style
This commit is contained in:
1
src/ol/style/style.exports
Normal file
1
src/ol/style/style.exports
Normal file
@@ -0,0 +1 @@
|
||||
@exportClass ol.style.Style ol.style.StyleOptions
|
||||
@@ -1,5 +1,3 @@
|
||||
// FIXME export ol.style.Style
|
||||
|
||||
goog.provide('ol.style.Style');
|
||||
goog.provide('ol.style.StyleFunction');
|
||||
|
||||
@@ -7,16 +5,6 @@ goog.require('ol.style.Fill');
|
||||
goog.require('ol.style.Image');
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{fill: (ol.style.Fill|undefined),
|
||||
* image: (ol.style.Image|undefined),
|
||||
* stroke: (ol.style.Stroke|undefined),
|
||||
* text: (ol.style.Text|undefined),
|
||||
* zIndex: (number|undefined)}}
|
||||
*/
|
||||
ol.style.StyleOptions;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
|
||||
Reference in New Issue
Block a user