mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-08 16:00:27 -05:00
📚 Fix typo Pepot > Penpot
This commit is contained in:
parent
6169b83525
commit
0ded1d6d19
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.
|
* Represents a frame shape in Penpot.
|
||||||
* This interface extends `PenpotShapeBase` and includes properties specific to frames.
|
* 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.
|
* The type of the shape, which is always 'frame' for frame shapes.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue