@spaced-out/ui-design-system
Version:
Sense UI components library
120 lines • 3.04 kB
TypeScript
import * as React from 'react';
import type { StepProps } from './Step';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<StepProps, HTMLDivElement>;
subComponents: {
StepLabel: ({ children, classNames, active, completed, disabled, }: import("./StepLabel").StepLabelProps) => React.JSX.Element;
StepContent: ({ children, classNames, active, completed, disabled, }: import("./StepContent").StepContentProps) => React.JSX.Element;
};
argTypes: {
onClick: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
iconName: {
name: string;
control: {
type: string;
};
description: string;
table: {
type: {
summary: string;
};
};
};
iconType: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
index: {
control: {
type: string;
};
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
active: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
description: string;
control: {
type: string;
};
};
completed: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
description: string;
control: {
type: string;
};
};
classNames: {
control: {
type: string;
};
description: string;
type: {
summary: string;
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _Anatomy: {
(args: StepProps): React.JSX.Element;
args: {
classNames: {
wrapper: string;
};
active: boolean;
completed: boolean;
index: number;
};
};
//# sourceMappingURL=Step.stories.d.ts.map