UNPKG

box-ui-elements

Version:
26 lines (25 loc) 826 B
import { type StoryObj } from '@storybook/react'; import BoxAISidebar from '../../BoxAISidebarContent'; declare const _default: { title: string; component: any; args: { detailsSidebarProps: { hasProperties: boolean; hasNotices: boolean; hasAccessStats: boolean; hasClassification: boolean; hasRetentionPolicy: boolean; }; features: Record<string, boolean>; fileId: string; hasActivityFeed: boolean; hasMetadata: boolean; hasSkills: boolean; hasVersions: boolean; token: string; }; }; export default _default; export declare const ContentSidebarWithBoxAIDisabled: StoryObj<typeof BoxAISidebar>; export declare const ContentSidebarWithBoxAIEnabled: StoryObj<typeof BoxAISidebar>;