liber-salti
Version:
Saltí - Liber Design System
8 lines (7 loc) • 303 B
TypeScript
import React from 'react';
import { MobileStepperProps } from './MobileStepper.types';
/**
* A compact stepper suitable for a mobile device. It has more limited functionality than the vertical stepper.
*/
declare const MobileStepper: React.FC<MobileStepperProps>;
export default MobileStepper;