UNPKG

@spaced-out/ui-design-system

Version:
370 lines 8.63 kB
import * as React from 'react'; import type { InputProps } from './Input'; declare const _default: { tags: string[]; title: string; component: import("flow-to-typescript-codemod").Flow.AbstractComponent<InputProps, HTMLInputElement>; argTypes: { size: { options: string[]; description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; iconLeftName: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; iconLeftType: { description: string; options: string[]; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; iconRightName: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; iconRightType: { description: string; options: 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; }; }; }; required: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; placeholder: { description: string; control: { type: string; }; table: { type: { 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; }; }; }; readOnly: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; minLength: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; maxLength: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; pattern: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; min: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; max: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; step: { 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; }; }; }; onIconRightClick: { description: string; action: string; table: { type: { summary: string; }; }; }; onPaste: { description: string; action: string; table: { type: { summary: string; }; }; }; autoComplete: { description: string; action: string; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _NativeColorPicker: { (args: InputProps): React.JSX.Element; args: { label: string; placeholder: string; value: string; }; }; //# sourceMappingURL=NativeColorpicker.stories.d.ts.map