devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
12 lines (11 loc) • 373 B
JavaScript
import { __awaiter } from "tslib";
import { ElementDestination } from '../destination';
export class AltChunkPropertiesDestination extends ElementDestination {
get elementHandlerTable() {
return {};
}
processElementOpen(_reader) {
return __awaiter(this, void 0, void 0, function* () { });
}
processElementClose(_reader) { }
}