devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
17 lines (16 loc) • 477 B
JavaScript
export class StringResources {
constructor() {
this.headerFooter = new HeaderFooterStringResources();
this.seqCaptionPrefixes = new SeqCaptionPrefixes();
this.commonLabels = new CommonLabels();
this.quickSearchPanel = new QuickSearchPanelStringResources();
}
}
export class HeaderFooterStringResources {
}
export class SeqCaptionPrefixes {
}
export class CommonLabels {
}
export class QuickSearchPanelStringResources {
}