@aokiapp/rjsf-mantine-theme
Version:
Mantine theme, fields and widgets for react-jsonschema-form
13 lines (10 loc) • 310 B
JavaScript
import { jsx } from 'react/jsx-runtime';
function AltDateTimeWidget({
time = true,
...props
}) {
const { AltDateWidget } = props.registry.widgets;
return /* @__PURE__ */ jsx(AltDateWidget, { time, ...props });
}
export { AltDateTimeWidget as default };
//# sourceMappingURL=AltDateTimeWidget.mjs.map