@univerjs/docs-ui
Version:
Univer normal ui-plugin-docs
13 lines (12 loc) • 594 B
TypeScript
import { Disposable } from '@univerjs/core';
import { IRenderManagerService } from '@univerjs/engine-render';
import { DocAutoFormatService } from '../services/doc-auto-format.service';
export declare class DocAutoFormatController extends Disposable {
private readonly _docAutoFormatService;
private readonly _renderManagerService;
constructor(_docAutoFormatService: DocAutoFormatService, _renderManagerService: IRenderManagerService);
private _initListTabAutoFormat;
private _initSpaceAutoFormat;
private _initExitListAutoFormat;
private _initDefaultEnterFormat;
}