@bolttech/atoms-date-input 0.3.1 → 0.3.2
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.
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { DateInput } from './date-input';
|
|
3
|
-
declare const meta: Meta<typeof DateInput>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof DateInput>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const WithDatepicker: Story;
|
|
8
|
-
export declare const Prefilled: Story;
|
|
9
|
-
export declare const Required: Story;
|
|
10
|
-
export declare const Disabled: Story;
|
|
11
|
-
export declare const WithError: Story;
|
|
12
|
-
export declare const WithMinMaxAndLocale: Story;
|