StyleBuilder

@inline
final class StyleBuilder[T, P] extends AnyVal
Companion:
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def add(key: String, value: CSSProperties): StyleBuilder[T, P]
@inline
def add(key: String, withTheme: T => CSSProperties): StyleBuilder[T, P]
@inline
def add(key: String, withThemeProps: (T, P) => CSSProperties): StyleBuilder[T, P]
@inline
def hook: StylesHook[Styles[T, P, String]]
@inline
def hook(opts: WithStylesOptions): StylesHook[Styles[T, P, String]]

Concrete fields

val f: StyleRulesCallback[T, P, String]