UNPKG

lucid-ui

Version:

A UI component library from Xandr.

9 lines 513 B
import { Meta, Story } from '@storybook/react'; import { IStickySectionProps } from './StickySection'; declare const _default: Meta<import("@storybook/react").Args>; export default _default; export declare const WithLowerBound: Story<IStickySectionProps>; export declare const WithLowerBoundAndScrollViewportWidth: Story<IStickySectionProps>; export declare const Standard: Story<IStickySectionProps>; export declare const TopOffset: Story<IStickySectionProps>; //# sourceMappingURL=StickySection.stories.d.ts.map