@wizleap-inc/wiz-ui-next 3.43.0 → 3.44.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.
@@ -462,6 +462,7 @@ export declare const DisabledDate: StoryFn<typeof WizDatepicker>;
462
462
  export declare const InitialValue: StoryFn<typeof WizDatepicker>;
463
463
  export declare const YearStyle: StoryFn<typeof WizDatepicker>;
464
464
  export declare const Test: StoryFn<typeof WizDatepicker>;
465
+ export declare const TestMonthNavigation: StoryFn<typeof WizDatepicker>;
465
466
  export declare const IsDirectionFixed: StoryFn<import('vue').DefineComponent<{
466
467
  modelValue: {
467
468
  type: import('vue').PropType<Date | null>;