Interface ICenterOptions

interface ICenterOptions {
    center?: number;
}

Properties

Properties

center?: number