Export ol.style.Text
This commit is contained in:
1
src/ol/style/textstyle.exports
Normal file
1
src/ol/style/textstyle.exports
Normal file
@@ -0,0 +1 @@
|
||||
@exportClass ol.style.Text ol.style.TextOptions
|
||||
@@ -1,15 +1,6 @@
|
||||
goog.provide('ol.style.Text');
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{font: (string|undefined),
|
||||
* text: (string|undefined),
|
||||
* textAlign: (string|undefined),
|
||||
* textBaseline: (string|undefined)}}
|
||||
*/
|
||||
ol.style.TextOptions;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
|
||||
Reference in New Issue
Block a user