@fattureincloud/fic-design-system 0.19.14 → 0.19.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  import { Meta } from '@storybook/react';
2
2
  import { ComponentProps } from 'react';
3
3
  import FICFeatures from './FICFeatures';
4
- export declare const Template: () => JSX.Element;
4
+ export declare const TemplateWritable: () => JSX.Element;
5
+ export declare const TemplateReadable: () => JSX.Element;
5
6
  declare const FICFeaturesStories: Meta<ComponentProps<typeof FICFeatures>>;
6
7
  export default FICFeaturesStories;