UNPKG

@spaced-out/ui-design-system

Version:
260 lines 6.13 kB
import * as React from 'react'; import type { SearchInputProps } from './SearchInput'; declare const _default: { tags: string[]; title: string; component: import("flow-to-typescript-codemod").Flow.AbstractComponent<SearchInputProps, HTMLInputElement>; argTypes: { size: { description: string; options: string[]; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; iconLeftName: { 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; }; }; }; value: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; name: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; disabled: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; placeholder: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; required: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; locked: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { 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; }; }; }; helperText: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; classNames: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; onChange: { description: string; action: string; table: { type: { summary: string; }; }; }; onFocus: { description: string; action: string; table: { type: { summary: string; }; }; }; onBlur: { description: string; action: string; table: { type: { summary: string; }; }; }; onKeyDown: { description: string; action: string; table: { type: { summary: string; }; }; }; onPaste: { description: string; action: string; table: { type: { summary: string; }; }; }; onClear: { description: string; action: string; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _SearchInput: { (args: SearchInputProps): React.JSX.Element; args: { label: string; size: string; value: string; }; }; //# sourceMappingURL=SearchInput.stories.d.ts.map