@gitlab/ui
Version:
GitLab UI Components
20 lines (17 loc) • 509 B
JavaScript
import SprintfBasicExample from './sprintf.basic.example';
import SprintfInterpolatedExample from './sprintf.interpolated.example';
var index = [{
name: 'Basic',
items: [{
id: 'sprintf-basic',
name: 'Basic',
description: 'Basic sprintf',
component: SprintfBasicExample
}, {
id: 'sprintf-interpolated-content',
name: 'Interpolated content',
description: 'Interpolated content passed to scoped slots',
component: SprintfInterpolatedExample
}]
}];
export default index;