box-ui-elements
Version:
Box UI Elements
9 lines (8 loc) • 374 B
TypeScript
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;