@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
7 lines (6 loc) • 583 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";
export { Stepper, StepperIndicator, type StepperIndicatorProps, type StepperIndicatorSize, type StepperIndicatorVariant, type StepperOrientation, type StepperProps, type StepperSize, StepperStep, type StepperStepProps };