@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
14 lines (13 loc) • 366 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "DatePickerInput", {
enumerable: true,
get: function() {
return _dates.DatePickerInput;
}
});
var _dates = require("@mantine/dates");
_dates.DatePickerInput.displayName = 'DatePickerInput';
//# sourceMappingURL=DatePickerInput.js.map