From 415284ff926583b5861d44c8b9945b84120c2f6d Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 23 Jul 2024 08:08:24 +0200 Subject: [PATCH] fix(plugin-types): readonly PenpotShapeBase width & height --- libs/plugin-types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/plugin-types/index.d.ts b/libs/plugin-types/index.d.ts index fd90a69..4fed412 100644 --- a/libs/plugin-types/index.d.ts +++ b/libs/plugin-types/index.d.ts @@ -1224,12 +1224,12 @@ export interface PenpotShapeBase extends PenpotPluginData { /** * The width of the shape. */ - width: number; + readonly width: number; /** * The height of the shape. */ - height: number; + readonly height: number; /** * Returns the bounding box surrounding the current shape