mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 13:56:04 +00:00
🐛 Fix type annotation for layoutCell property in plugins
This commit is contained in:
committed by
Alonso Torres
parent
75e8d226d9
commit
426c8ea714
2
plugins/libs/plugin-types/index.d.ts
vendored
2
plugins/libs/plugin-types/index.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user