Skip to content

Transition

type Transition = {
children: WidgetComponent;
id?: string;
key?: string;
type: 'Transition';
};
children: WidgetComponent;

optional id: string;

optional key: string;

type: 'Transition';