UNPKG

@yandex/ui

Version:

Yandex UI components

14 lines (13 loc) 457 B
import figmaDecorator from 'storybook-addon-figma-new'; export var EXAMPLE_DESKTOP_TOKEN = 'Controls|Select/desktop'; export var EXAMPLE_TOUCH_PHONE_TOKEN = 'Controls|Select/touch-phone'; export var createDecorators = function () { return [ figmaDecorator({ url: 'https://www.figma.com/file/CaoHFEO0w6PaE8cVaYFDoq8i/L-E-G-O?node-id=377%3A1', }), ]; }; export var parameters = { docs: { readme: require('../Select.md'), }, };