@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
6 lines (5 loc) • 362 B
TypeScript
import { StepperIndicatorProps, StepperIndicatorSize, StepperIndicatorVariant } from "./stepperIndicatorTypes.js";
import { StepperOrientation, StepperProps, StepperSize, StepperStepProps } from "./stepperTypes.js";
import { Stepper } from "./stepper.js";
import { StepperIndicator } from "./stepperIndicator.js";
import { StepperStep } from "./stepperStep.js";