UNPKG

@octopusdeploy/design-system-components

Version:
9 lines (8 loc) 216 B
import type React from "react"; import type { BadgeVariant } from "../Badge"; export type PageTitleBadge = { variant: BadgeVariant; icon?: React.ReactNode; label?: string; tooltipContent?: string; };