@spaced-out/ui-design-system
Version:
Sense UI components library
92 lines • 2.35 kB
TypeScript
import * as React from 'react';
import type { StatusIndicatorProps } from './';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<StatusIndicatorProps, HTMLDivElement>;
argTypes: {
status: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: "information";
};
};
};
disabled: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
borderColorToken: {
description: string;
options: unknown[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
withBorder: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _StatusIndicator: (args: StatusIndicatorProps) => React.JSX.Element;
//# sourceMappingURL=StatusIndicator.stories.d.ts.map