Interface StyleCompilerOptions

Construct a type with a set of properties K of type T

interface StyleCompilerOptions {
    compress?: boolean;
}

Hierarchy (view full)

  • Record<string, unknown>
    • StyleCompilerOptions

Properties

Properties

compress?: boolean