0
Fork 0
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:
Jordi 2024-06-26 11:01:17 +02:00
parent b00370410c
commit 9c8a7ed31b
No known key found for this signature in database
GPG key ID: C39F1BBDA2C7CF8D
2 changed files with 5254 additions and 5309 deletions

File diff suppressed because it is too large Load diff

View file

@ -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;