UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

12 lines (11 loc) 478 B
import { Meta, StoryObj } from '@storybook/react-vite'; import { ActionBar } from '../ActionBar'; declare const meta: Meta<typeof ActionBar>; export default meta; type Story = StoryObj<typeof ActionBar>; export declare const Default: Story; export declare const OnlyLeftActions: Story; export declare const OnlyRightActions: Story; export declare const WithCustomButtonProps: Story; export declare const WithBoxCustomProps: Story; export declare const ResponsiveExample: Story;