🐛 Fix type annotation for layoutCell property in plugins

This commit is contained in:
alonso.torres
2026-02-18 13:36:46 +01:00
committed by Alonso Torres
parent 75e8d226d9
commit 426c8ea714

View File

@@ -3723,7 +3723,7 @@ export interface ShapeBase extends PluginData {
/**
* Layout properties for cells in a grid layout.
*/
readonly layoutCell?: LayoutChildProperties;
readonly layoutCell?: LayoutCellProperties;
/**
* Changes the index inside the parent of the current shape.