mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-01-03 05:10:13 -05:00
added commented funcions
This commit is contained in:
parent
2529abd371
commit
8477f950b0
1 changed files with 1 additions and 1 deletions
2
src/ui/lib/penpot.d.ts
vendored
2
src/ui/lib/penpot.d.ts
vendored
|
@ -21,7 +21,7 @@ export interface PenpotFile {
|
||||||
createText(options: TextShape): void;
|
createText(options: TextShape): void;
|
||||||
createImage(image: ImageShape): void;
|
createImage(image: ImageShape): void;
|
||||||
// createSVG(svg: any): void;
|
// createSVG(svg: any): void;
|
||||||
// closeeSVG(): void;
|
// closeSVG(): void;
|
||||||
// addLibraryColor(color: any): void;
|
// addLibraryColor(color: any): void;
|
||||||
// updateLibraryColor(color: any): void;
|
// updateLibraryColor(color: any): void;
|
||||||
// deleteLibraryColor(color: any): void;
|
// deleteLibraryColor(color: any): void;
|
||||||
|
|
Loading…
Reference in a new issue