@yandex/ui
Version:
Yandex UI components
27 lines (26 loc) • 1.04 kB
JavaScript
;
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("./basic"), exports);
tslib_1.__exportStar(require("./customLabelTick"), exports);
tslib_1.__exportStar(require("./customThumb"), exports);
tslib_1.__exportStar(require("./filled"), exports);
tslib_1.__exportStar(require("./marked"), exports);
tslib_1.__exportStar(require("./playground"), exports);
tslib_1.__exportStar(require("./reversed"), exports);
tslib_1.__exportStar(require("./showcase"), exports);
tslib_1.__exportStar(require("./stepped"), exports);
exports.default = {
title: 'Controls|Slider/desktop',
decorators: [
storybook_addon_figma_new_1.default({
url: 'https://www.figma.com/file/hEYn9nn2bEB2BdDKIWP05X/❖--Lego-Web?node-id=11583%3A1425',
}),
],
parameters: {
docs: {
readme: require('../Slider.md'),
},
},
};