@spaced-out/ui-design-system
Version:
Sense UI components library
265 lines • 6.7 kB
TypeScript
import * as React from 'react';
import type { PromptInputProps } from './PromptInput';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<PromptInputProps, HTMLDivElement>;
argTypes: {
value: {
description: string;
control: string;
table: {
type: {
summary: string;
};
};
};
onInputChange: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
onInputFocus: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
onInputBlur: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
onInputKeyDown: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
inputName: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
inputDisabled: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
inputPlaceholder: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
inputLocked: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
inputError: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
inputErrorText: {
description: string;
control: string;
table: {
type: {
summary: string;
};
};
};
helperContent: {
description: string;
control: string;
table: {
type: {
summary: string;
};
};
};
textCountLimit: {
description: string;
control: string;
table: {
type: {
summary: string;
};
};
};
withPadding: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
classNames: {
description: string;
control: string;
};
buttonText: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
buttonDisabled: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
onButtonClick: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
buttonAriaLabel: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
isButtonLoading: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
};
buttonIconLeftName: {
description: string;
control: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
buttonIconLeftType: {
description: string;
control: 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: PromptInputProps) => React.JSX.Element;
export declare const _WithHelperText: (args: PromptInputProps) => React.JSX.Element;
export declare const _WithTextCounter: {
(args: PromptInputProps): React.JSX.Element;
args: {
textCountLimit: number;
};
};
export declare const _WithHelperTextAndTextCounter: {
(args: PromptInputProps): React.JSX.Element;
args: {
textCountLimit: number;
};
};
//# sourceMappingURL=PromptInput.stories.d.ts.map