UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

9 lines (7 loc) 276 B
import { RangeInput } from '.'; import { Meta, StoryObj } from '@storybook/react'; declare const meta: Meta<typeof RangeInput>; export default meta; type Story = StoryObj<typeof RangeInput>; export declare const Default: Story; export declare const WithCustomDivider: Story;