UNPKG

brightyui

Version:

Brighty UI library

19 lines 690 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SearchBarStory = void 0; var tslib_1 = require("tslib"); var SearchBar_1 = tslib_1.__importDefault(require("../components/SearchBar/SearchBar")); // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction var meta = { title: 'Example/SearchBar', component: SearchBar_1.default, tags: ['autodocs'], }; exports.default = meta; // More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args exports.SearchBarStory = { args: { placeholder: 'Placeholder', }, }; //# sourceMappingURL=SearchBar.stories.js.map