UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

15 lines (14 loc) 825 B
export declare enum DxtThemeCssClasses { AccentAsBackgroundColor = "dx-theme-accent-as-background-color", AccentAsBorderColor = "dx-theme-accent-as-border-color", AccentAsTextColor = "dx-theme-accent-as-text-color", BackgroundColor = "dx-theme-background-color", BackgroundColorAsBorderColor = "dx-theme-background-color-as-border-color", BackgroundColorAsTextColor = "dx-theme-background-color-as-text-color", BorderColor = "dx-theme-border-color", BorderColorAsBackgroundColor = "dx-theme-border-color-as-background-color", BorderColorAsTextColor = "dx-theme-border-color-as-text-color ", TextColor = "dx-theme-text-color", TextColorAsBackgroundColor = "dx-theme-text-color-as-background-color", TextColorAsBorderColor = "dx-theme-text-color-as-border-color" }