interface IRulerOption {
    color: null | string;
    column: number;
}

Properties

Properties

color: null | string
column: number