@univerjs/sheets-ui 0.7.0-nightly.202505191607 → 0.7.0-nightly.202505201607

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,6 +51,7 @@ export interface IUniverSheetsUIConfig {
51
51
  clipboardConfig?: {
52
52
  hidePasteOptions?: boolean;
53
53
  };
54
+ /** The config of the scroll bar. */
54
55
  scrollConfig?: IScrollBarProps;
55
56
  /**
56
57
  * Whether to show the protected range shadow.
@@ -82,8 +82,6 @@ export { SheetBar } from './views/sheet-bar/SheetBar';
82
82
  export { RenderSheetContent, RenderSheetFooter, RenderSheetHeader } from './views/sheet-container/SheetContainer';
83
83
  export { type IUniverSheetsUIConfig } from './controllers/config.schema';
84
84
  export { getCellRealRange } from './common/utils';
85
- export { FONT_FAMILY_COMPONENT, FONT_FAMILY_ITEM_COMPONENT } from './components/font-family/interface';
86
- export { FONT_SIZE_COMPONENT } from './components/font-size/interface';
87
85
  export { EMBEDDING_FORMULA_EDITOR, isEmbeddingFormulaEditor } from './controllers/editor/utils/is-embedding-formula-editor';
88
86
  export { isRangeSelector, RANGE_SELECTOR_SYMBOLS } from './controllers/editor/utils/is-range-selector';
89
87
  export { menuSchema as SheetsUIMenuSchema } from './controllers/menu.schema';