@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
12 lines (11 loc) • 450 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { StepperIndicatorProps } from "./stepperIndicatorTypes.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 };
//# sourceMappingURL=stepperIndicator.d.ts.map