Interface FactSheetDiffCircle

interface FactSheetDiffCircle {
    backgroundColor: string;
    borderColor: string;
    borderStyle: "solid" | "dotted" | "dashed";
}

Properties

backgroundColor: string
borderColor: string
borderStyle: "solid" | "dotted" | "dashed"

Generated using TypeDoc