package dev.bnorm.storyboard import androidx.compose.animation.core.Transition import androidx.compose.runtime.Stable import kotlinx.collections.immutable.ImmutableList @Stable @StoryboardBuilderDsl interface SceneScope { val states: ImmutableList val frame: Transition> }