UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

19 lines (18 loc) 790 B
import type { Meta, StoryObj } from '@storybook/react'; import { SliderField } from './SliderField'; declare const meta: Meta<typeof SliderField>; export default meta; declare type Story = StoryObj<typeof SliderField>; export declare const SliderSimple: Story; export declare const RangeSimple: Story; export declare const WithLabel: Story; export declare const WithMaxAndMinSet: Story; export declare const RangeWithMaxAndMinSet: Story; export declare const DefaultValue: Story; export declare const RangeDefaultValue: Story; export declare const WithOnMouseUp: Story; export declare const RangeWithOnMouseUp: Story; export declare const WithOnChange: Story; export declare const RangeWithOnChange: Story; export declare const WithState: Story; export declare const RangeWithState: Story;