refactor(font): re-export dualFontLayout from Font entity public API
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export type {
|
||||
ComparisonLine,
|
||||
ComparisonResult,
|
||||
export {
|
||||
type ComparisonLine,
|
||||
type ComparisonResult,
|
||||
DualFontLayout,
|
||||
} from './DualFontLayout/DualFontLayout';
|
||||
export {
|
||||
computeLineRenderModel,
|
||||
|
||||
Reference in New Issue
Block a user