Fix imports in TextState

This commit is contained in:
ahocevar
2018-09-12 14:19:22 +02:00
parent 0ce7402d61
commit 79674363e6

View File

@@ -56,8 +56,8 @@ import {create as createTransform} from '../transform.js';
* @property {string} [placement]
* @property {number} [maxAngle]
* @property {boolean} [overflow]
* @property {import("./Fill.js").default} [backgroundFill]
* @property {import("./Stroke.js").default} [backgroundStroke]
* @property {import("../style/Fill.js").default} [backgroundFill]
* @property {import("../style/Stroke.js").default} [backgroundStroke]
* @property {number} [scale]
* @property {Array<number>} [padding]
*/