@yandex/ui
Version:
Yandex UI components
15 lines (14 loc) • 528 B
JavaScript
import figmaDecorator from 'storybook-addon-figma-new';
export var EXAMPLE_DESKTOP_TOKEN = 'Content|UserPic/desktop';
export var EXAMPLE_TOUCH_PHONE_TOKEN = 'Content|UserPic/touch-phone';
export var EXAMPLE_TOUCH_PAD_TOKEN = 'Content|UserPic/touch-pad';
export var createDecorators = function () { return [
figmaDecorator({
url: 'https://www.figma.com/file/CaoHFEO0w6PaE8cVaYFDoq8i/L-E-G-O?node-id=20546%3A315',
}),
]; };
export var parameters = {
docs: {
readme: require('../UserPic.md'),
},
};