UNPKG

@cimpress/react-components

Version:
15 lines 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Default = void 0; const Checkbox_1 = require("../Checkbox"); const meta = { title: 'Components/Checkbox', component: Checkbox_1.Checkbox, }; exports.default = meta; exports.Default = { args: { label: 'Label', }, }; //# sourceMappingURL=Checkbox.stories.js.map