@cimpress/react-components
Version:
React components to support the MCP styleguide
15 lines • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Default = void 0;
const Pagination_1 = require("../Pagination");
const meta = {
title: 'Components/Pagination',
component: Pagination_1.Pagination,
};
exports.default = meta;
exports.Default = {
args: {
pageCount: 10,
},
};
//# sourceMappingURL=Pagination.stories.js.map