feat: 本次提交更新内容如下
存了修复了bug
This commit is contained in:
@@ -4,13 +4,15 @@ import type React from "react"
|
||||
|
||||
import { cn } from "@/lib/utils"
|
||||
|
||||
interface Step {
|
||||
id: number
|
||||
title: string
|
||||
icon: React.ReactNode
|
||||
}
|
||||
|
||||
interface StepIndicatorProps {
|
||||
currentStep: number
|
||||
steps: {
|
||||
id: number
|
||||
title: string
|
||||
icon: React.ReactNode
|
||||
}[]
|
||||
steps: Step[]
|
||||
}
|
||||
|
||||
export default function StepIndicator({ currentStep, steps }: StepIndicatorProps) {
|
||||
|
||||
Reference in New Issue
Block a user