UNPKG

@wix/design-system

Version:

@wix/design-system

17 lines 445 B
import { CATEGORY } from '../../../stories/storiesHierarchy'; import PulseAnimation from '..'; import { changelogTabs } from '../../../stories/ComponentChangelog'; export default { category: CATEGORY.ANIMATIONS, storyName: 'PulseAnimation', component: PulseAnimation, componentPath: '..', story: { demo: function demo() { return null; }, content: {}, examples: {}, tabs: changelogTabs('PulseAnimation') } };