Interface ICenterByOptions

interface ICenterByOptions {
    center?: ArrayLike<number>;
}

Properties

Properties

center?: ArrayLike<number>