UNPKG

@maple-billing/csv-import-react

Version:

Open-source CSV and XLS/XLSX file importer for React and JavaScript

3 lines (2 loc) 185 B
import { StepperProps } from "./types"; export default function Stepper({ steps, current, clickable, setCurrent, skipHeader }: StepperProps): import("react/jsx-runtime").JSX.Element;