UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

19 lines (18 loc) 673 B
/*! * 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 { UIElement } from "jodit/esm/core/ui/element"; import type { IFileBrowserTreeItemPro } from "../../interface"; export declare class UIBrowserSource extends UIElement { readonly data: IFileBrowserTreeItemPro; private tree; /** @override */ syncMod: boolean; /** @override */ className(): string; /** @override */ protected render(): string; constructor(jodit: UIElement['jodit'], data: IFileBrowserTreeItemPro); }