wix-style-react
Version:
wix-style-react
21 lines (17 loc) • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.testStories = exports.storySettings = undefined;
var _storiesHierarchy = require('../storiesHierarchy');
var storySettings = exports.storySettings = {
kind: _storiesHierarchy.Category.COMPONENTS,
category: _storiesHierarchy.Category.COMPONENTS,
storyName: 'Popover',
dataHook: 'storybook-popover'
};
var testStories = exports.testStories = {
AUTO_POSITIONING: 'Auto positioning',
ARROW_ADJUSTING: 'Arrow adjusting',
ARROW_EDGE_ADJUSTING: 'Arrow edge adjusting'
};