UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

13 lines (12 loc) 560 B
export type * from "./StepBar.js"; export type * from "./StepBar.Item.js"; /** * StepBar is used to display steps in a wizard 🪜🧙‍♂️ * * @see https://bifrost.intility.com/react/stepBar */ declare const _default: import("react").ForwardRefExoticComponent<import("./StepBar.js").StepBarProps & import("react").RefAttributes<HTMLDivElement>> & { /** A step bar item */ Item: import("react").ForwardRefExoticComponent<import("./StepBar.Item.js").StepBarItemProps & import("react").RefAttributes<HTMLDivElement>>; }; export default _default;