UNPKG

596 BJavaScriptView Raw
1import approximate from '../steps/approximate'; // "gradation" is a legacy name for "steps".
2// It's here just for legacy compatibility.
3// Use "steps" name instead.
4// "flavour" is a legacy name for "labels".
5// It's here just for legacy compatibility.
6// Use "labels" name instead.
7// "units" is a legacy property.
8// It's here just for legacy compatibility.
9// Developers shouldn't need to use it in their custom styles.
10
11export default {
12 gradation: approximate,
13 flavour: 'long',
14 units: ['now', 'minute', 'hour', 'day', 'week', 'month', 'year']
15};
16//# sourceMappingURL=approximate.js.map
\No newline at end of file