UNPKG

@spaced-out/ui-design-system

Version:
287 lines 6.87 kB
import * as React from 'react'; import type { RangeSliderProps } from './RangeSlider'; declare const _default: { tags: string[]; title: string; component: import("flow-to-typescript-codemod").Flow.AbstractComponent<RangeSliderProps, HTMLDivElement>; argTypes: { classNames: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; disabled: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; showRange: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; hideValueInput: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; min: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; max: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; step: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; value: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; showTicks: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; iconLeftName: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; btnLeftSize: { description: string; options: unknown[]; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; iconRightName: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; btnRightSize: { description: string; options: unknown[]; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; hideLeftBtn: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; hideRightBtn: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; onChange: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _Simple: { (args: RangeSliderProps): React.JSX.Element; args: { classNames: { wrapper: string; }; value: number; }; }; export declare const _WithRangeText: { (args: RangeSliderProps): React.JSX.Element; args: { classNames: { wrapper: string; }; value: number; showRange: boolean; }; }; export declare const _WithCustomIcon: { (args: RangeSliderProps): React.JSX.Element; args: { classNames: { wrapper: string; }; value: number; step: number; iconLeftName: string; iconRightName: string; }; }; export declare const _WithTicks: { (args: RangeSliderProps): React.JSX.Element; args: { classNames: { wrapper: string; }; value: number; step: number; min: number; max: number; showTicks: boolean; showRange: boolean; }; }; //# sourceMappingURL=RangeSlider.stories.d.ts.map