[]
CSS export type.
public enum CssExportType
External = 0
Export CSS to an external CSS file.
Inline = 2
Export CSS with style attribute inside HTML elements.
Internal = 1
Export CSS with the style tag in HTML.