opendash
Version:
open.DASH data visualization framework
9 lines • 430 B
JavaScript
import * as React from "react";
import { DataItemHistoryOptionsPicker } from "../..";
export var Step1 = function (_a) {
var state = _a.state, updateState = _a.updateState;
return (React.createElement(DataItemHistoryOptionsPicker, { value: state.time, onChange: function (value) {
updateState(function (draft) { return void (draft.time = value); });
} }));
};
//# sourceMappingURL=step_1.js.map