import { EditorController } from '../editor-item/editor-item.controller'; import { ILengthUnitEditor, ILengthUnitEditorController } from '../../interface'; /** * 带单位长度字符串编辑器 * @author lingxiaoming * @date 2024-07-17 06:03:56 * @export * @class LengthUnitController * @extends {EditorController} * @implements {ILengthUnitEditorController} */ export declare class LengthUnitEditorController extends EditorController implements ILengthUnitEditorController { }