brightyui
Version:
Brighty UI library
19 lines • 676 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SwitcherStory = void 0;
var tslib_1 = require("tslib");
var Switcher_1 = tslib_1.__importDefault(require("../components/Switcher/Switcher"));
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction
var meta = {
title: 'Example/Switcher',
component: Switcher_1.default,
tags: ['autodocs'],
};
exports.default = meta;
// More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args
exports.SwitcherStory = {
args: {
defaultChecked: true,
},
};
//# sourceMappingURL=Switcher.stories.js.map