Fix more incorrect type imports

This commit is contained in:
ahocevar
2018-09-13 11:41:39 +02:00
parent 79674363e6
commit f29e6ac397
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ import SourceState from '../source/State.js';
* @typedef {Object} State
* @property {import("./Layer.js").default} layer
* @property {number} opacity
* @property {import("../source/Source.js").State} sourceState
* @property {SourceState} sourceState
* @property {boolean} visible
* @property {boolean} managed
* @property {import("../extent.js").Extent} [extent]