UNPKG

@univerjs/sheets-ui

Version:

UniverSheet normal ui-plugin-sheets

6 lines (5 loc) 145 B
import { ISheetLocation } from '@univerjs/sheets'; export interface IBaseDropdownProps { location: ISheetLocation; hideFn: () => void; }