UNPKG

react-simple-horizontal-scroller

Version:

A wrapper for horizontally scorlling items, like tabs, that will manage adding and removing scroll controls

14 lines (13 loc) 566 B
import { Meta } from "@storybook/react/types-6-0"; import { Story } from "@storybook/react"; import { HorizontalScrollContainerProps } from "./HorizontalScrollContainer"; declare const meta: Meta; declare type TemplateProps = { initialItems: number[]; props: HorizontalScrollContainerProps; }; export default meta; export declare const Default: Story<TemplateProps>; export declare const WithPreselected: Story<TemplateProps>; export declare const InfiniteScroll: Story<TemplateProps>; export declare const TrailingButton: Story<TemplateProps>;