@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
5 lines (4 loc) • 465 B
TypeScript
import { StepVerticalProps, StepVerticalSize, StepVerticalTailProps, StepVerticalTitleProps, StepperVerticalProps } from "./stepperVerticalTypes.js";
import { StepperVertical } from "./stepperVertical.js";
import { StepVertical, StepVerticalBase } from "./stepVertical.js";
export { StepVertical, StepVerticalBase, type StepVerticalProps, type StepVerticalSize, type StepVerticalTailProps, type StepVerticalTitleProps, StepperVertical, type StepperVerticalProps };