Interface IResizable

Defines a component that implements an onResize method.

interface IResizable {
    onResize(): void;
}

Implemented by

Methods

Methods