Shape set.

interface ShapeSet {
    withHeading: Shape;
    withoutHeading: Shape;
}

Properties

withHeading: Shape

'withHeading' shape.

withoutHeading: Shape

'withoutHeading' shape.

Generated using TypeDoc