UNPKG

@octopusdeploy/design-system-components

Version:
7 lines (6 loc) 218 B
export interface StepCountProps { variant: "circular" | "text"; currentStep: number; totalSteps: number; } export declare function StepCount(props: StepCountProps): import("react/jsx-runtime").JSX.Element;