mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-04-17 09:21:34 -05:00
Update penpot library
This commit is contained in:
parent
b00370410c
commit
9c8a7ed31b
2 changed files with 5254 additions and 5309 deletions
10561
ui-src/lib/penpot.js
10561
ui-src/lib/penpot.js
File diff suppressed because it is too large
Load diff
|
@ -28,6 +28,8 @@ export interface PenpotFile {
|
|||
addLibraryTypography(typography: Typography): void;
|
||||
startComponent(component: ComponentShape): Uuid;
|
||||
finishComponent(): void;
|
||||
startDeletedComponent(component: ComponentShape): Uuid;
|
||||
finishDeletedComponent(): void;
|
||||
getId(): Uuid;
|
||||
getCurrentPageId(): Uuid;
|
||||
newId(): Uuid;
|
||||
|
|
Loading…
Add table
Reference in a new issue