mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-01-06 23:00:55 -05:00
9 lines
327 B
TypeScript
9 lines
327 B
TypeScript
|
export * from './translateFontStyle';
|
||
|
export * from './translateGrowType';
|
||
|
export * from './translateHorizontalAlign';
|
||
|
export * from './translateLetterSpacing';
|
||
|
export * from './translateLineHeight';
|
||
|
export * from './translateTextDecoration';
|
||
|
export * from './translateTextTransform';
|
||
|
export * from './translateVerticalAlign';
|