time.js 171 B

123456
  1. import { Time as TimeScale } from '@antv/scale';
  2. export const Time = (options) => {
  3. return new TimeScale(options);
  4. };
  5. Time.props = {};
  6. //# sourceMappingURL=time.js.map