@spaced-out/ui-design-system
Version:
Sense UI components library
142 lines • 3.37 kB
TypeScript
import * as React from 'react';
import type { ButtonTabProps } from './ButtonTab';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<ButtonTabProps, HTMLButtonElement>;
argTypes: {
id: {
description: string;
control: {
type: string;
};
type: {
required: boolean;
};
table: {
type: {
summary: string;
};
};
};
selectedButtonTabId: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconName: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconType: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
children: {
type: {
required: boolean;
};
description: string;
table: {
type: {
summary: string;
};
};
};
ariaLabel: {
control: {
type: string;
};
description: string;
table: {
type: {
summary: string;
};
};
};
disabled: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
isLoading: {
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 _Anatomy: {
(args: ButtonTabProps): React.JSX.Element;
args: {
id: string;
iconName: string;
children: string;
};
};
//# sourceMappingURL=ButtonTab.stories.d.ts.map