0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-21 15:02:27 -05:00
penpot-exporter-figma-plugin/ui-src/translators/index.ts

6 lines
206 B
TypeScript
Raw Normal View History

2024-04-08 17:50:01 +02:00
export * from './translateFontStyle';
export * from './translateHorizontalAlign';
export * from './translateVerticalAlign';
export * from './translateFillGradients';
2024-04-15 14:03:30 +02:00
export * from './translateUiBlendMode';