UNPKG

@teknim/rjsf-mantine

Version:

Mantine theme, fields and widgets for react-jsonschema-form

11 lines 467 B
import { jsx as _jsx } from "react/jsx-runtime"; import _AltDateWidget from './AltDateWidget'; export default function AltDateTimeWidget(props) { const { AltDateWidget } = props.registry.widgets; return _jsx(AltDateWidget, { showTime: true, ...props }); } AltDateTimeWidget.defaultProps = { ..._AltDateWidget === null || _AltDateWidget === void 0 ? void 0 : _AltDateWidget.defaultProps, showTime: true, }; //# sourceMappingURL=AltDateTimeWidget.js.map