ThemeProtocol
public protocol ThemeProtocol
Defines visual appearance for the Search UI
Important
This is a Public Preview API. It may be changed or removed at any time.-
Declaration
Swift
var commonImages: ImagesThemeProtocol { get set }
-
Declaration
Swift
var colors: ColorsThemeProtocol { get set }
-
Declaration
Swift
var fonts: FontsThemeProtocol { get set }
-
Declaration
Swift
var components: StylableComponents { get set }