@gitlab/ui
Version:
GitLab UI Components
35 lines (33 loc) • 455 B
JavaScript
const mockPathItems = [{
title: 'First',
metric: '1d'
}, {
title: 'Second',
metric: '2d'
}, {
title: 'Third',
metric: '3d'
}, {
title: 'Fourth',
metric: '4d'
}, {
title: 'Fifth',
metric: '5d'
}, {
title: 'Sixth',
metric: '6d'
}, {
title: 'Seventh',
metric: '7d'
}, {
title: 'Eighth',
metric: '8d',
disabled: true
}, {
title: 'Ninth',
metric: '9d'
}, {
title: 'Tenth',
metric: '10d'
}];
export { mockPathItems };