devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 327 B
TypeScript
import { ListLevelProperties } from '../../numbering-lists/list-level-properties';
import { HashBasedCache } from '../hash-based-cache';
export declare class ListLevelPropertiesCache extends HashBasedCache<ListLevelProperties> {
copyFrom(obj: ListLevelPropertiesCache): void;
clone(): ListLevelPropertiesCache;
}