MimiTheme

public protocol MimiTheme : MimiThemeDefinition, Equatable

Theme that can be applied to Mimi components.

Conform to this to create your own appearance configuration that is applied to all elements of Mimi UI.

  • All available variants of the theme.

    Declaration

    Swift

    static var variants: [Self] { get }
  • ==(_:_:) Extension method
    Declaration

    Swift

    static func == (lhs: Self, rhs: Self) -> Bool