wix-style-react
Version:
wix-style-react
19 lines (16 loc) • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.storySettings = undefined;
var _storiesHierarchy = require('../storiesHierarchy');
var storySettings = exports.storySettings = {
category: _storiesHierarchy.Category.OTHER,
storyName: '12.6 Avatar',
dataHook: 'storybook-avatar',
testStories: {
SIZES: '1. Avatar sizes',
COLORS: '2. Avatar colors',
PLACEHOLDER: '3. Avatar placeholder'
}
};