@xapp/form-widget 1.73.0 → 1.74.0

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.
@@ -1,8 +1,5 @@
1
1
  import { Meta } from "@storybook/react";
2
2
  import { VFC } from "react";
3
- /**
4
- * TODO: This is work in progress
5
- */
6
3
  declare const _default: Meta;
7
4
  export default _default;
8
5
  export declare const Default: VFC;
@@ -0,0 +1,6 @@
1
+ import { Meta } from "@storybook/react";
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ export declare const Default: any;
5
+ export declare const WithDefaultBusyDays: any;
6
+ export declare const Loading: any;
@@ -2,3 +2,4 @@ import { Meta } from "@storybook/react";
2
2
  declare const _default: Meta;
3
3
  export default _default;
4
4
  export declare const Default: any;
5
+ export declare const WithDate: any;