UNPKG

krypton-vite-demo

Version:
3 lines (2 loc) 214 B
import { StepProps } from "./types"; export declare const Step: import("react").MemoExoticComponent<({ step, orientation, activeStep, index, showStatus, completed, progress, pending, }: StepProps) => JSX.Element>;