@spaced-out/ui-design-system
Version:
Sense UI components library
132 lines • 3.21 kB
TypeScript
import * as React from 'react';
import type { KPIBoxProps } from './';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<KPIBoxProps, HTMLDivElement>;
argTypes: {
topContent: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
middleContent: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
bottomContent: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
semantic: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
defaultValue: {
summary: string;
};
};
};
};
iconName: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconSize: {
description: string;
control: {
type: string;
};
options: string[];
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
iconType: {
description: string;
control: {
type: string;
};
options: string[];
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _KPI: {
(args: KPIBoxProps): React.JSX.Element;
args: {
topContent: string;
middleContent: string;
bottomContent: React.ReactElement<React.ComponentProps<"div">>;
iconName: string;
iconType: string;
};
};
//# sourceMappingURL=KPIBox.stories.d.ts.map