Transition
type Transition = { children: WidgetComponent; id?: string; key?: string; type: 'Transition';};Properties
Section titled “Properties”children
Section titled “children”children: WidgetComponent;optional id: string;optional key: string;type: 'Transition';