Style
/ API Reference / Types
Style
/ API Reference / Types

T_EmbeddedStyle

import { T_Keyframe } from '@weser/keyframe'

type T_EmbeddedStyle = Omit<T_Style, 'animationName'> & {
  animationName?: T_Style['animationName'] | T_Keyframe
}