@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
10 lines (9 loc) • 319 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { RangeProps } from "./range.types.js";
import "../index.js";
//#region src/range/range.d.ts
/** Implements a range input. */
declare const Range: VuiComponent<"div", RangeProps>;
//#endregion
export { Range, Range as default };
//# sourceMappingURL=range.d.ts.map