@fattureincloud/fic-design-system 0.19.28 → 0.19.29

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.
@@ -6,5 +6,6 @@ export declare const WithIflameClickBlocker: () => JSX.Element;
6
6
  export declare const WithExternalTrigger: () => JSX.Element;
7
7
  export declare const WithKnobs: () => JSX.Element;
8
8
  export declare const WithButton: () => JSX.Element;
9
+ export declare const WithDisabledItems: () => JSX.Element;
9
10
  declare const DropdownStories: Meta<DropdownProps>;
10
11
  export default DropdownStories;