UNPKG

@yandex/ui

Version:

Yandex UI components

27 lines (26 loc) 1.02 kB
"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("./buttons"), exports); tslib_1.__exportStar(require("./complex"), exports); tslib_1.__exportStar(require("./corner"), exports); tslib_1.__exportStar(require("./layout"), exports); tslib_1.__exportStar(require("./sizes"), exports); tslib_1.__exportStar(require("./tooltip"), exports); tslib_1.__exportStar(require("./view"), exports); tslib_1.__exportStar(require("./withPopup"), exports); tslib_1.__exportStar(require("./playground"), exports); exports.default = { title: 'Surface|MessageBox/desktop', decorators: [ storybook_addon_figma_new_1.default({ url: 'https://www.figma.com/file/CaoHFEO0w6PaE8cVaYFDoq8i/LEGO?node-id=4865%3A0', }), ], parameters: { docs: { readme: require('../MessageBox.md'), }, }, };