UNPKG

box-ui-elements

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