Interface SizedObject

interface SizedObject {
    size: number;
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

size: number