@spaced-out/ui-design-system
Version:
Sense UI components library
197 lines • 4.67 kB
TypeScript
import * as React from 'react';
import type { ComboboxProps } from './Combobox';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<ComboboxProps, HTMLDivElement>;
argTypes: {
value: {
type: {
required: boolean;
};
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
onChange: {
type: {
required: boolean;
};
description: string;
table: {
type: {
summary: string;
};
};
};
menu: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
type: {
description: string;
options: string[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
size: {
options: string[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
classNames: {
description: string;
control: {
type: string;
};
};
helperText: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
error: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
errorText: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
label: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
disabled: {
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 _Default: {
(args: ComboboxProps): React.JSX.Element;
args: {
label: string;
inputPlaceholder: string;
dropdownPlaceholder: string;
menu: {
options: import("..").MenuOption[];
};
};
};
export declare const _CurrencyInput: {
(args: ComboboxProps): React.JSX.Element;
args: {
label: string;
inputPlaceholder: string;
helperText: string;
value: {
dropdown: string;
input: string;
};
menu: {
options: import("..").MenuOption[];
};
};
};
export declare const _PhoneNumberInput: {
(args: ComboboxProps): React.JSX.Element;
args: {
label: string;
inputPlaceholder: string;
helperText: string;
value: {
dropdown: string;
input: string;
};
menu: {
options: import("..").MenuOption[];
allowSearch: boolean;
};
};
};
//# sourceMappingURL=Combobox.stories.d.ts.map