@univerjs/docs-ui 0.10.7-nightly.202509080357 → 0.10.7-nightly.202509090319

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.
@@ -11,7 +11,7 @@ export declare function SuperscriptMenuItemFactory(accessor: IAccessor): IMenuBu
11
11
  export declare function FontFamilySelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string>;
12
12
  export declare function FontSizeSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<number>;
13
13
  export declare function HeadingSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<number>;
14
- export declare function TextColorSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string>;
14
+ export declare function TextColorSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string, string | undefined>;
15
15
  export declare function HeaderFooterMenuItemFactory(accessor: IAccessor): IMenuButtonItem;
16
16
  export declare const TableIcon = "GridIcon";
17
17
  export declare const TABLE_MENU_ID = "doc.menu.table";