import Pagination from 'sentry/components/pagination'; export default { title: 'Components/Buttons/Pagination', component: Pagination, }; const withBoth = `; rel="previous"; results="true"; cursor="1603798246000:0:1", ; rel="next"; results="true"; cursor="1603719405000:0:0" `; const withNext = `; rel="previous"; results="false"; cursor="1603798246000:0:1", ; rel="next"; results="true"; cursor="1603719405000:0:0" `; export const Default = () => { return (

Both enabled

Only next enabled

); }; Default.storyName = 'Pagination';