UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

18 lines (17 loc) 653 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/index"; import type { IFileBrowserTreeItemPro } from "../../interface"; export declare class UIBrowserFolder extends UIElement { readonly item: IFileBrowserTreeItemPro; /** @override */ syncMod: boolean; /** @override */ className(): string; /** @override */ protected render(): string; constructor(jodit: UIElement['jodit'], item: IFileBrowserTreeItemPro); }