@mindly/ui-components 4.9.9 → 4.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import Container_v2 from './Container_v2';
3
+ declare const meta: Meta<typeof Container_v2>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Container_v2>;
6
+ export declare const Default: Story;