UNPKG

@univerjs/sheets-ui

Version:

UniverSheet normal ui-plugin-sheets

6 lines (5 loc) 264 B
import { ICustomComponentProps } from '@univerjs/ui'; export declare const MENU_ITEM_FROZEN_COMPONENT = "UI_PLUGIN_SHEETS_MENU_ITEM_FROZEN_COMPONENT"; export interface IMenuItemFrozenProps extends ICustomComponentProps<string> { type: 'row' | 'col' | 'all'; }