storybook/stories/metric/metric.stories.tsx (9 lines of code) (raw):

/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ export default { title: 'Metric (@alpha)', }; export { Example as basic } from './1_basic.story'; export { Example as grid } from './2_grid.story'; export { Example as bodyContent } from './3_body.story'; export { Example as trendMultipleData } from './4_trend_bug.story'; export { Example as arrayOfValues } from './5_array_of_values.story'; export { Example as extraBadges } from './6_extra_badge.story';