UNPKG

baseui

Version:

A React Component library implementing the Base design language

18 lines (15 loc) 598 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _dateFns = _interopRequireDefault(require("@date-io/date-fns")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /* Copyright (c) Uber Technologies, Inc. This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree. */ // @ts-expect-error todo(flow->ts) DateIOAdapter types is not exactly correct const adapter = new _dateFns.default({}); var _default = exports.default = adapter;