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.

13 lines (12 loc) 501 B
import { VuiComponent } from "../core/vui.js"; import { StepperIndicatorProps } from "./stepperIndicatorTypes.js"; import "../index.js"; //#region src/stepper/stepperIndicator.d.ts /** * Renders a step indicator circle with a number, icon, or status variant. * Sub-component of the Stepper namespace. */ declare const StepperIndicator: VuiComponent<"div", StepperIndicatorProps>; //#endregion export { StepperIndicator, StepperIndicator as default }; //# sourceMappingURL=stepperIndicator.d.ts.map