@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
13 lines (12 loc) • 353 B
TypeScript
import { Meta } from '@storybook/react';
import { Pagination } from './Pagination';
declare const meta: Meta<typeof Pagination>;
export default meta;
/**
* Renders buttons by default
* */
export declare const Default: () => import("react").JSX.Element;
/**
* Opt-in to using links
* */
export declare const Links: () => import("react").JSX.Element;