mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 06:02:34 -05:00
Merge pull request #83 from penpot/Xaviju-typo-api
📚 Fix typo Pepot > Penpot
This commit is contained in:
commit
b4e7415891
1 changed files with 1 additions and 1 deletions
2
libs/plugin-types/index.d.ts
vendored
2
libs/plugin-types/index.d.ts
vendored
|
@ -1430,7 +1430,7 @@ export interface PenpotText extends PenpotShapeBase {
|
|||
* Represents a frame shape in Penpot.
|
||||
* This interface extends `PenpotShapeBase` and includes properties specific to frames.
|
||||
*/
|
||||
export interface PepotFrame extends PenpotShapeBase {
|
||||
export interface PenpotFrame extends PenpotShapeBase {
|
||||
/**
|
||||
* The type of the shape, which is always 'frame' for frame shapes.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue