@spaced-out/ui-design-system
Version:
Sense UI components library
201 lines • 4.87 kB
TypeScript
import * as React from 'react';
import type { ButtonTabsProps } from './ButtonTabs';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<ButtonTabsProps, HTMLDivElement>;
argTypes: {
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
selectedButtonTabId: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
onButtonTabSelect: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
elevation: {
description: string;
control: {
type: string;
};
options: unknown[];
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
size: {
description: string;
control: {
type: string;
};
options: string[];
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
disabled: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
isFluid: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
children: {
type: {
required: boolean;
};
description: string;
table: {
type: {
summary: string;
};
};
};
wrapAfter: {
description: string;
control: {
type: string;
min: number;
};
table: {
type: {
summary: string;
};
};
};
wrapTabTitle: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
anchorPosition: {
options: unknown[];
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 _TextOnly: {
(args: ButtonTabsProps): React.JSX.Element;
args: {
selectedButtonTabId: string;
};
};
export declare const _TextAndIcon: {
(args: ButtonTabsProps): React.JSX.Element;
args: {
selectedButtonTabId: string;
};
};
export declare const _IconOnly: {
(args: ButtonTabsProps): React.JSX.Element;
args: {
selectedButtonTabId: string;
};
};
export declare const _IconOnlyWrapped: {
(args: ButtonTabsProps): React.JSX.Element;
args: {
selectedButtonTabId: string;
wrapAfter: number;
};
};
export declare const _Wrapped: {
(args: ButtonTabsProps): React.JSX.Element;
args: {
selectedButtonTabId: string;
wrapAfter: number;
};
};
export declare const _DisabledButtons: {
(args: ButtonTabsProps): React.JSX.Element;
args: {
selectedButtonTabId: string;
};
};
//# sourceMappingURL=ButtonTabs.stories.d.ts.map