Style
/ API Reference / TypesStyle
/ API Reference / TypesT_EmbeddedStyle
import { T_Keyframe } from '@weser/keyframe'
type T_EmbeddedStyle = Omit<T_Style, 'animationName'> & {
animationName?: T_Style['animationName'] | T_Keyframe
}
© 2024-present Robin Weser. All Rights Reserved.