mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 02:46:20 +00:00
🐛 Fix type annotation for layoutCell property in plugins
This commit is contained in:
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.
|
* Layout properties for cells in a grid layout.
|
||||||
*/
|
*/
|
||||||
readonly layoutCell?: LayoutChildProperties;
|
readonly layoutCell?: LayoutCellProperties;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Changes the index inside the parent of the current shape.
|
* Changes the index inside the parent of the current shape.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user