UNPKG

@univerjs/sheets-ui

Version:

UniverSheet normal ui-plugin-sheets

8 lines (7 loc) 278 B
import { ISheetLocationBase } from '@univerjs/sheets'; import { IPopup } from '@univerjs/ui'; export declare const CellPopup: (props: { popup: IPopup<ISheetLocationBase & { direction: "horizontal" | "vertical"; }>; }) => import("react/jsx-runtime").JSX.Element;