Interface StatusIcon

interface StatusIcon {
    color?: string;
    reverse?: boolean;
    type: string;
}

Properties

Properties

color?: string
reverse?: boolean
type: string

Generated using TypeDoc