UNPKG

rsuite

Version:

A suite of react components

9 lines (7 loc) 172 B
'use client'; import Steps from "./Steps.js"; import StepItem from "./StepItem.js"; // export types // export components export { Steps, StepItem }; export default Steps;