refactor(font): re-export dualFontLayout from Font entity public API

This commit is contained in:
Ilia Mashkov
2026-05-30 22:13:26 +03:00
parent 2ece4c5559
commit 581ffb5887
2 changed files with 7 additions and 8 deletions
@@ -1,6 +1,7 @@
export type {
ComparisonLine,
ComparisonResult,
export {
type ComparisonLine,
type ComparisonResult,
DualFontLayout,
} from './DualFontLayout/DualFontLayout';
export {
computeLineRenderModel,