Corresponds to the basic data type.

interface SVGNumber {
    value: number;
}

属性

属性

value: number