UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

8 lines (7 loc) 269 B
import React from 'react'; export interface StepperProps { activeStep: number; stepLabels: (string | number)[]; className?: string; } export declare const Stepper: React.MemoExoticComponent<(props: StepperProps) => import("react/jsx-runtime").JSX.Element>;