0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-02-08 08:09:18 -05:00

fix(plugin-types): readonly PenpotShapeBase width & height

This commit is contained in:
Juanfran 2024-07-23 08:08:24 +02:00
parent 8ce04d38a1
commit 415284ff92

View file

@ -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