0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-18 05:22:28 -05:00

remove tood

This commit is contained in:
Jordi Sala Morales 2024-04-16 09:23:11 +00:00
parent 7f87c1e199
commit 5e13a45cf4
No known key found for this signature in database
GPG key ID: C5127140107F55FD

View file

@ -11,5 +11,5 @@ export type FrameAttributes = {
hideFillOnExport?: boolean; hideFillOnExport?: boolean;
showContent?: boolean; showContent?: boolean;
hideInViewer?: boolean; hideInViewer?: boolean;
fills: Fill[]; // @TODO: Discover why is not defined on Penpot types fills: Fill[];
}; };