UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

8 lines (7 loc) 261 B
import { VuiComponent } from "../core/vui.js"; import { StepperProps } from "./stepperTypes.js"; //#region src/stepper/stepper.d.ts declare const Stepper: VuiComponent<"div", StepperProps>; //#endregion export { Stepper }; //# sourceMappingURL=stepper.d.ts.map