UNPKG

box-ui-elements

Version:
9 lines (8 loc) 374 B
import type { Meta, StoryObj } from '@storybook/react'; import ContentExplorer from '../../ContentExplorer'; type Story = StoryObj<typeof ContentExplorer>; export declare const metadataView: Story; export declare const metadataViewV2: Story; export declare const metadataViewV2WithCustomActions: Story; declare const meta: Meta<typeof ContentExplorer>; export default meta;