UNPKG

@cimpress/react-components

Version:
7 lines 293 B
import type { Meta, StoryObj } from '@storybook/react'; import { Pagination } from '../Pagination'; declare const meta: Meta<typeof Pagination>; export default meta; type Story = StoryObj<typeof Pagination>; export declare const Default: Story; //# sourceMappingURL=Pagination.stories.d.ts.map