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.

9 lines (8 loc) 279 B
import { VuiComponent } from "../core/vui.js"; import { RangeProps } from "./range.types.js"; //#region src/range/range.d.ts /** Implements a range input. */ declare const Range: VuiComponent<"div", RangeProps>; //#endregion export { Range }; //# sourceMappingURL=range.d.ts.map