wix-style-react
Version:
wix-style-react
14 lines (12 loc) • 354 B
JavaScript
import { Category } from '../storiesHierarchy';
export var storySettings = {
kind: Category.COMPONENTS,
category: Category.COMPONENTS,
storyName: 'Popover',
dataHook: 'storybook-popover'
};
export var testStories = {
AUTO_POSITIONING: 'Auto positioning',
ARROW_ADJUSTING: 'Arrow adjusting',
ARROW_EDGE_ADJUSTING: 'Arrow edge adjusting'
};