UNPKG

react-stepper-component-simple

Version:
8 lines (7 loc) 282 B
import { ReactNode } from "react"; interface StepperItemComponentInfterface { header: string; children: ReactNode; } declare const StepperItemComponent: (props: StepperItemComponentInfterface) => import("react/jsx-runtime").JSX.Element; export default StepperItemComponent;