An interface for Feathers UI themes.

Available since

1.0.0

.

Methods

dispose():Void

Disposes the theme. It must no longer be used to style components after calling dispose().

Available since

1.0.0

.

getStyleProvider(target:IStyleObject):IStyleProvider

Returns the style provider for the specified component.

Available since

1.0.0

.