Interface ISeparatorOptions

interface ISeparatorOptions {
    color: string;
    dash: undefined | number;
}

Properties

Properties

color: string
dash: undefined | number