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