UNPKG

@octopusdeploy/design-system-components

Version:
4 lines (3 loc) 186 B
import { type TagBaseProps } from "./TagBase"; export type TagProps = Omit<TagBaseProps, "color">; export declare function Tag(props: TagProps): import("react/jsx-runtime").JSX.Element;