0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-03 05:10:13 -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;
showContent?: boolean;
hideInViewer?: boolean;
fills: Fill[]; // @TODO: Discover why is not defined on Penpot types
fills: Fill[];
};