UNPKG

ds-smart-ui

Version:

Smart UI is a React component library that helps you build accessible and responsive web applications.

8 lines (6 loc) 447 B
import { Meta } from '@storybook/react'; import { default as Scrollable, ScrollableProps } from './Scrollable'; declare const meta: Meta<typeof Scrollable>; export default meta; export declare const Horizontal: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, ScrollableProps>; export declare const Vertical: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, ScrollableProps>;