UNPKG

@orfeas126/box-ui-elements

Version:
17 lines (16 loc) 476 B
import { type StoryObj } from '@storybook/react'; import BoxAISidebar from '../../BoxAISidebar'; declare const _default: { title: string; component: any; args: { features: { 'boxai.sidebar.enabled': boolean; }; fileId: string; token: string; }; }; export default _default; export declare const BoxAIInSidebar: StoryObj<typeof BoxAISidebar>; export declare const BoxAIWithExpandedView: StoryObj<typeof BoxAISidebar>;