0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-18 13:32:28 -05:00
penpot-exporter-figma-plugin/plugin-src/transformers/partials/index.ts

5 lines
158 B
TypeScript
Raw Normal View History

2024-04-15 16:18:58 +00:00
export * from './transformBlend';
2024-04-15 12:06:38 +00:00
export * from './transformChildren';
2024-04-15 11:58:51 +00:00
export * from './transformDimensionAndPosition';
2024-04-15 16:30:51 +00:00
export * from './transformSceneNode';