UNPKG

@yandex/ui

Version:

Yandex UI components

24 lines (23 loc) 896 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var storybook_addon_figma_new_1 = tslib_1.__importDefault(require("storybook-addon-figma-new")); tslib_1.__exportStar(require("./view.example"), exports); tslib_1.__exportStar(require("./pin.example"), exports); tslib_1.__exportStar(require("./size.example"), exports); tslib_1.__exportStar(require("./theme.example"), exports); tslib_1.__exportStar(require("./width.example"), exports); tslib_1.__exportStar(require("./playground.example"), exports); exports.default = { title: 'Controls|Button/desktop', decorators: [ storybook_addon_figma_new_1.default({ url: 'https://www.figma.com/file/CaoHFEO0w6PaE8cVaYFDoq8i/L-E-G-O?node-id=0%3A1', }), ], parameters: { docs: { readme: require('../Button.md'), }, }, };