更新换行算法和APP-PUSH
This commit is contained in:
13
client/src/features/textWrap/searchWidget/index.ts
Normal file
13
client/src/features/textWrap/searchWidget/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export type {
|
||||
BestWidgetLayout,
|
||||
SearchWidgetConfig,
|
||||
SearchWidgetFailureReason,
|
||||
SearchWidgetInput,
|
||||
SearchWidgetMeasureInput,
|
||||
SearchWidgetResult,
|
||||
WidthMode,
|
||||
WidgetBeam,
|
||||
} from './types';
|
||||
|
||||
export { searchBestLayoutWidget } from './beam';
|
||||
|
||||
Reference in New Issue
Block a user