@wix/design-system
Version:
@wix/design-system
15 lines • 333 B
JavaScript
import { CATEGORY } from '../../../stories/storiesHierarchy';
import PulseAnimation from '..';
export default {
category: CATEGORY.ANIMATIONS,
storyName: 'PulseAnimation',
component: PulseAnimation,
componentPath: '..',
story: {
demo: function demo() {
return null;
},
content: {},
examples: {}
}
};