UNPKG

@spaced-out/ui-design-system

Version:
145 lines 3.53 kB
import * as React from 'react'; import type { InfinitePaginationProps } from './InfinitePagination'; declare const _default: { tags: string[]; title: string; component: import("flow-to-typescript-codemod").Flow.AbstractComponent<InfinitePaginationProps, HTMLDivElement>; argTypes: { items: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; width: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; threshold: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: number; }; }; }; classNames: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; renderItem: { description: string; control: boolean; table: { type: { summary: string; }; }; }; getItemKey: { description: string; control: boolean; table: { type: { summary: string; }; }; }; hasNextPage: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; loadMoreItems: { description: string; control: boolean; table: { type: { summary: string; }; }; }; itemSize: { description: string; control: boolean; table: { type: { summary: string; }; }; }; isVariableSizeList: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _WithFixedSizeList: { (args: InfinitePaginationProps): React.JSX.Element; args: { classNames: string; }; }; export declare const _WithVariableSizeList: { (args: InfinitePaginationProps): React.JSX.Element; args: { classNames: string; }; }; //# sourceMappingURL=InfinitePagination.stories.d.ts.map