// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/pagination/demo/all.tsx correctly 1`] = `
`;
exports[`renders ./components/pagination/demo/basic.tsx correctly 1`] = `
`;
exports[`renders ./components/pagination/demo/changer.tsx correctly 1`] = `
Array [
,
,
,
]
`;
exports[`renders ./components/pagination/demo/controlled.tsx correctly 1`] = `
`;
exports[`renders ./components/pagination/demo/itemRender.tsx correctly 1`] = `
`;
exports[`renders ./components/pagination/demo/jump.tsx correctly 1`] = `
Array [
,
,
,
]
`;
exports[`renders ./components/pagination/demo/mini.tsx correctly 1`] = `
Array [
,
,
,
,
]
`;
exports[`renders ./components/pagination/demo/more.tsx correctly 1`] = `
`;
exports[`renders ./components/pagination/demo/simple.tsx correctly 1`] = `
Array [
,
,
,
]
`;
exports[`renders ./components/pagination/demo/total.tsx correctly 1`] = `
Array [
,
,
,
]
`;
exports[`renders ./components/pagination/demo/wireframe.tsx correctly 1`] = `
Array [
,
,
,
]
`;