UNPKG

@automattic/agenttic-ui

Version:

UI components for the Agenttic framework

26 lines 696 B
import type { Meta, StoryObj } from '@storybook/react'; import { ChartBlock } from '@automattic/agenttic-client'; declare const meta: Meta<typeof ChartBlock>; export default meta; type Story = StoryObj<typeof meta>; /** * Default line chart showing time-series data */ export declare const Default: Story; /** * Multi-series line chart with revenue and visitors */ export declare const MultiSeries: Story; /** * Line chart with currency formatting */ export declare const WithCurrency: Story; /** * Line chart without title */ export declare const NoTitle: Story; /** * Error state demonstration */ export declare const ErrorState: Story; //# sourceMappingURL=LineChart.stories.d.ts.map