UNPKG

@univerjs/docs-ui

Version:

Univer normal ui-plugin-docs

4 lines (3 loc) 245 B
import { IContextService } from '@univerjs/core'; export declare function whenDocAndEditorFocused(contextService: IContextService): boolean; export declare function whenDocAndEditorFocusedWithBreakLine(contextService: IContextService): boolean;