From fb843c87af56a0a3bb3ac24f239f1469980ccde8 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Fri, 30 Jan 2026 00:48:07 +0300 Subject: [PATCH] chore: add import/export for letter spacing constant --- src/features/SetupFont/index.ts | 1 + src/features/SetupFont/model/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/features/SetupFont/index.ts b/src/features/SetupFont/index.ts index bc8a71a..7d53b11 100644 --- a/src/features/SetupFont/index.ts +++ b/src/features/SetupFont/index.ts @@ -4,6 +4,7 @@ export { controlManager, DEFAULT_FONT_SIZE, DEFAULT_FONT_WEIGHT, + DEFAULT_LETTER_SPACING, DEFAULT_LINE_HEIGHT, FONT_SIZE_STEP, FONT_WEIGHT_STEP, diff --git a/src/features/SetupFont/model/index.ts b/src/features/SetupFont/model/index.ts index 8f7451c..22411a9 100644 --- a/src/features/SetupFont/model/index.ts +++ b/src/features/SetupFont/model/index.ts @@ -1,6 +1,7 @@ export { DEFAULT_FONT_SIZE, DEFAULT_FONT_WEIGHT, + DEFAULT_LETTER_SPACING, DEFAULT_LINE_HEIGHT, FONT_SIZE_STEP, FONT_WEIGHT_STEP,