UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

5 lines 274 B
import "./RangeInput.scss"; import React from "react"; import { RangeInputProps } from "../types"; export declare function RangeInput({ value, name, min, max, step, onChange, isDisabled, symbol }: RangeInputProps): React.JSX.Element; //# sourceMappingURL=RangeInput.d.ts.map