@fattureincloud/fic-design-system 0.17.1 → 0.17.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
|