Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentBadgeDescriptionBeta

    interface DocumentBadgeDescription {
        color?: "primary" | "warning" | "success" | "danger";
        icon?: ComponentType | ReactNode;
        label?: string;
        title?: string;
    }
    Index

    Properties

    color?: "primary" | "warning" | "success" | "danger"
    icon?: ComponentType | ReactNode
    label?: string
    title?: string