Interface StatusIcon

interface StatusIcon {
    color?: string;
    order?: "ASC" | "DESC";
    reverse?: boolean;
    type: string;
}

Properties

color?: string
order?: "ASC" | "DESC"
reverse?: boolean
type: string

Generated using TypeDoc