0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-02-14 11:12:01 -05:00
penpot-exporter-figma-plugin/plugin-src/translators/text/properties/index.ts

10 lines
366 B
TypeScript
Raw Normal View History

export * from './translateFontStyle';
export * from './translateFontWeight';
export * from './translateGrowType';
export * from './translateHorizontalAlign';
export * from './translateLetterSpacing';
export * from './translateLineHeight';
export * from './translateTextDecoration';
export * from './translateTextTransform';
export * from './translateVerticalAlign';