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) 285 B
import { VuiComponent } from "../core/vui.js"; import { StepperStepProps } from "./stepperTypes.js"; //#region src/stepper/stepperStep.d.ts declare const StepperStep: VuiComponent<"div", StepperStepProps>; //#endregion export { StepperStep }; //# sourceMappingURL=stepperStep.d.ts.map