mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-01-08 16:10:07 -05:00
4ded73e0e9
* paragraph space and paragraph indent fixes fixes fine tuning fine tuning fine tuning fine tuning fixes * wip * fix * paragraph space and paragraph indent * changeset * Delete .changeset/new-walls-sort.md --------- Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
11 lines
456 B
TypeScript
11 lines
456 B
TypeScript
export * from './translateFontId';
|
|
export * from './translateFontStyle';
|
|
export * from './translateGrowType';
|
|
export * from './translateHorizontalAlign';
|
|
export * from './translateLetterSpacing';
|
|
export * from './translateLineHeight';
|
|
export * from './translateParagraphProperties';
|
|
export * from './translateStyleTextSegments';
|
|
export * from './translateTextDecoration';
|
|
export * from './translateTextTransform';
|
|
export * from './translateVerticalAlign';
|