interface StatusProps {
    action?: LinkProps;
    color?: "primary" | "default";
    label: string;
}

Properties

Properties

action?: LinkProps
color?: "primary" | "default"
label: string

Generated using TypeDoc