interface ISize {
    animation: ISizeAnimation;
    value: RangeValue;
}

Hierarchy

Implemented by

Properties

Properties

animation: ISizeAnimation
value: RangeValue