@univerjs/sheets-ui 0.8.0-nightly.202505271607 → 0.8.0-nightly.202505291607

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.
@@ -76,7 +76,6 @@ export declare class SheetCanvasPopManagerService extends Disposable {
76
76
  * @param _subUnitId
77
77
  * @param viewport
78
78
  * @param showOnSelectionMoving
79
- * @returns
80
79
  */
81
80
  attachRangePopup(range: IRange, popup: ICanvasPopup, _unitId?: string, _subUnitId?: string, viewport?: Viewport, showOnSelectionMoving?: boolean): Nullable<INeedCheckDisposable>;
82
81
  /**
@@ -86,7 +85,6 @@ export declare class SheetCanvasPopManagerService extends Disposable {
86
85
  * @param currentRender
87
86
  * @param skeleton
88
87
  * @param activeViewport
89
- * @returns
90
88
  */
91
89
  private _createCellPositionObserver;
92
90
  private _calcCellPositionByCell;
@@ -13,4 +13,4 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const SheetPermissionPanelList: () => import("react/jsx-runtime").JSX.Element | null;
16
+ export declare function SheetPermissionPanelList(): import("react/jsx-runtime").JSX.Element | null;