importStepBarfrom"./StepBar.js";
importStepBarItemfrom"./StepBar.Item.js";
/**
* StepBar is used to display steps in a wizard 🪜🧙♂️
*
* @see https://bifrost.intility.com/react/stepBar
*/exportdefaultObject.assign(StepBar, {
/** A step bar item */Item: StepBarItem
});