UNPKG

@aokiapp/rjsf-mantine-theme

Version:

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

17 lines (12 loc) 402 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); function AltDateTimeWidget({ time = true, ...props }) { const { AltDateWidget } = props.registry.widgets; return /* @__PURE__ */ jsxRuntime.jsx(AltDateWidget, { time, ...props }); } exports.default = AltDateTimeWidget; //# sourceMappingURL=AltDateTimeWidget.cjs.map