0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 21:53:27 -05:00
penpot-exporter-figma-plugin/plugin-src/translators/index.ts

9 lines
305 B
TypeScript
Raw Normal View History

export * from './translateBlendMode';
export * from './translateBlurEffects';
export * from './translateBoolType';
export * from './translateChildren';
export * from './translateConstraints';
2024-06-10 09:20:04 -05:00
export * from './translateLayout';
export * from './translateShadowEffects';
export * from './translateStrokes';