@fattureincloud/fic-design-system 0.19.13 → 0.19.15
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.
|
@@ -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
|
|
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;
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export declare const Container: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
3
3
|
export declare const HorizontalScroll: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
4
4
|
maxHeight?: number | undefined;
|
|
5
|
+
hideScrollBar?: boolean | undefined;
|
|
5
6
|
}, never>;
|
|
6
7
|
export declare const DSTable: import("styled-components").StyledComponent<"table", import("styled-components").DefaultTheme, {}, never>;
|
|
7
8
|
export declare const SortIndicator: import("styled-components").StyledComponent<({ isDisabled, onClick, ...props }: import("../icon").IconProps) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
|