Skip to content

API Reference / @gtkx/animated / Animated

Type Alias: Animated

Animated = <T>(component) => AnimatedComponent<T> & AnimatedElements

Defined in: packages/animated/dist/animated.d.ts:7

The animated entrypoint: callable to wrap any component, and exposing every generated widget component as a property, so animated.GtkLabel is the animated form of GtkLabel.

Released under the MPL-2.0 License.