@fattureincloud/fic-design-system 0.17.1 → 0.17.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.
|
@@ -5,5 +5,6 @@ export declare const WithKnobs: Story<InputTextProps>;
|
|
|
5
5
|
export declare const WithUnitDropdown: Story<InputTextProps>;
|
|
6
6
|
export declare const CodeInputExample: Story<InputCodeProps>;
|
|
7
7
|
export declare const TelephoneInputExample: Story<InputTelephoneProps>;
|
|
8
|
+
export declare const Readonly: Story<InputTextProps>;
|
|
8
9
|
declare const InputTextStories: Meta<InputTextProps>;
|
|
9
10
|
export default InputTextStories;
|