UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

7 lines (6 loc) 443 B
export { Stepper } from './Stepper'; export { StepperStep } from './StepperStep/StepperStep'; export { StepperCompleted } from './StepperCompleted/StepperCompleted'; export type { StepFragmentComponent, StepperCssVariables, StepperFactory, StepperProps, StepperStylesNames, } from './Stepper'; export type { StepperStepProps } from './StepperStep/StepperStep'; export type { StepperCompletedProps } from './StepperCompleted/StepperCompleted';