wix-style-react
Version:
wix-style-react
21 lines (17 loc) • 532 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.testStories = exports.storySettings = undefined;
var _storiesHierarchy = require('../storiesHierarchy');
var storySettings = exports.storySettings = {
kind: _storiesHierarchy.Category.BUTTONS,
category: _storiesHierarchy.Category.BUTTONS,
storyName: '5.1 Button'
};
var testStories = exports.testStories = {
BUTTON_SKINS: 'Button skins',
BUTTON_SIZES: 'Button sizes',
BUTTON_AFFIXES: 'Button affixes',
BUTTON_AS: 'Button as'
};