Corresponds to the basic data type.

interface SVGNumber {
    value: number;
}

Properties

Properties

value: number

Generated using TypeDoc