jodit-pro
Version:
PRO Version of Jodit Editor
15 lines (14 loc) • 529 B
TypeScript
/*!
* Jodit Editor PRO (https://xdsoft.net/jodit/)
* See LICENSE.md in the project root for license information.
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
*/
import { UIGroup } from "jodit/esm/core/ui/index";
import type { IFileBrowserTreeItemPro } from "../../interface";
export declare class UIBrowserSources extends UIGroup {
/** @override */
syncMod: boolean;
/** @override */
className(): string;
build(items: IFileBrowserTreeItemPro[]): void;
}